Skip to content

Commit

Permalink
dropped ruby 2.6 and 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff.dean committed Jul 19, 2024
1 parent 3d54fc6 commit 5e8fbc7
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', '2.6', '2.5']
ruby: ['3.1', '3.0', '2.7']
gemfile:
- gemfiles/ar61.gemfile
mysql: ['5.7', '8.0']
Expand Down

0 comments on commit 5e8fbc7

Please sign in to comment.