Skip to content

Commit 405628b

Browse files
exclude ruby 3.1 + Rails 8 combo
Rails 8 requires 3.2
1 parent 40c2124 commit 405628b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- gemfiles/rails_7_1.gemfile
1818
- gemfiles/rails_7_2.gemfile
1919
- gemfiles/rails_8_0.gemfile
20+
exclude:
21+
- ruby: "3.1"
22+
- gemfile: gemfiles/rails_8_0.gemfile
2023
name: Ruby ${{ matrix.ruby }}, ${{ matrix.gemfile }}
2124
steps:
2225
- uses: technote-space/auto-cancel-redundant-job@v1

0 commit comments

Comments
 (0)