Skip to content

Commit

Permalink
test ruby 3.1 and 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Jan 26, 2024
1 parent 0096a52 commit a396fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
gemfile: [ rails_6.0, rails_6.1, rails_7.0, rails_7.1 ]
ruby: [ 2.7, '3.0' ]
ruby: [ '3.0', 3.1, 3.2 ]

runs-on: ubuntu-latest
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
Expand Down

0 comments on commit a396fca

Please sign in to comment.