Skip to content

Commit

Permalink
Require Ruby 3.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
UweKubosch committed Apr 27, 2024
1 parent f636dc9 commit 354b5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [ '3.2', '3.1', '3.0', '2.7', 'jruby' ]
ruby-version: [ '3.3', '3.2', '3.1', 'jruby' ]
gemfile:
- 'rails71_gems.rb'
- 'rails70_gems.rb'
- 'rails61_gems.rb'
exclude:
- ruby-version: jruby
gemfile: rails70_gems.rb
Expand Down

0 comments on commit 354b5e3

Please sign in to comment.