Skip to content

Commit

Permalink
Don't test Ruby 3.0 anymore, test main against 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed Oct 3, 2024
1 parent 953c26d commit 7fe92e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
- gemfiles/activesupport_7.1.gemfile
- gemfiles/activesupport_7.2.gemfile
- gemfiles/activesupport_edge.gemfile
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["3.1", "3.2", "3.3"]
exclude:
- gemfile: gemfiles/activesupport_7.2.gemfile
ruby: "3.0"
- gemfile: gemfiles/activesupport_edge.gemfile
ruby: "3.0"
ruby: "3.1"
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down

0 comments on commit 7fe92e7

Please sign in to comment.