Skip to content

Commit

Permalink
remove support for ruby 2.6 since active record 7 does not support
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kutalek authored and David Kutalek committed Aug 13, 2024
1 parent be3c75f commit 94bfb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.6.10', '2.7.8', '3.0.6', '3.1.4']
ruby-version: ['2.7.8', '3.0.6', '3.1.4']

steps:
# Pin to this commit: v2
Expand Down

0 comments on commit 94bfb58

Please sign in to comment.