Skip to content

Commit dbf861a

Browse files
committed
Comment on the proper line
1 parent c5197a2 commit dbf861a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
ruby: [ "3.4", "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
1716
exclude:
17+
# Rails 8 needs Ruby 3.2 or higher
1818
- { ruby: "3.1", rails: "8.0" }
1919
name: "tests (Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.rails }})"
2020
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)