We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5197a2 commit dbf861aCopy full SHA for dbf861a
.github/workflows/ci.yml
@@ -13,8 +13,8 @@ jobs:
13
matrix:
14
ruby: [ "3.4", "3.3", "3.2", "3.1" ]
15
rails: [ "8.0", "7.1", "7.0", "6.1" ]
16
- # Rails 8 needs Ruby 3.2 or higher
17
exclude:
+ # Rails 8 needs Ruby 3.2 or higher
18
- { ruby: "3.1", rails: "8.0" }
19
name: "tests (Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.rails }})"
20
runs-on: ubuntu-latest
0 commit comments