Skip to content

Commit

Permalink
Change test.yml to use Ruby 3.1 instead of 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denisahearn committed Aug 28, 2024
1 parent d15deb9 commit 9adf0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
BUNDLE_GEMFILE: ${{matrix.gemfile}}
strategy:
matrix:
ruby: ['3.0', '2.7']
ruby: ['3.1', '2.7']
gemfile:
- gemfiles/ar72.gemfile
# mysql: ['5.7', '8.0']
Expand Down

0 comments on commit 9adf0e5

Please sign in to comment.