Skip to content

Commit

Permalink
Run Github CI for Ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed May 24, 2024
1 parent 50fba7e commit d5c1eda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
strategy:
matrix:
ruby:
- '2.6'
- '2.7'
- '3.2.2'
name: Ruby ${{ matrix.ruby }} RSpec
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit d5c1eda

Please sign in to comment.