Skip to content

Commit 0f91284

Browse files
committed
Rails 8 needs Ruby 3.2 or higher
1 parent f865bab commit 0f91284

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
matrix:
1414
ruby: [ "3.3", "3.2", "3.1" ]
1515
rails: [ "8.0", "7.1", "7.0", "6.1" ]
16+
# Rails 8 needs Ruby 3.2 or higher
17+
exclude:
18+
- { ruby: "3.1", rails: "8.0" }
1619
name: "tests (Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.rails }})"
1720
runs-on: ubuntu-latest
1821
env:

0 commit comments

Comments
 (0)