Skip to content

Commit

Permalink
remove eol rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dunn authored and briandunn committed Aug 28, 2024
1 parent 0f02671 commit 6a7764b
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 @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
rspec-minor-versions: [6, 7, 8, 9, 10, 11, 12, 13]
ruby-versions: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
ruby-versions: ["3.1", "3.2", "3.3"]
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rspec_3.${{ matrix.rspec-minor-versions }}.gemfile

Expand Down

0 comments on commit 6a7764b

Please sign in to comment.