Skip to content

Commit

Permalink
exclude ruby 3.0 with rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren committed Sep 4, 2024
1 parent 2da41b5 commit 720b9f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]

gemfile: [ "rails_6_1", "rails_7_0", "rails_7_2"]
exclude:
- ruby: "3.0"
gemfile: "rails_7_2"
experimental: [false]

steps:
Expand Down

0 comments on commit 720b9f6

Please sign in to comment.