Skip to content

Commit

Permalink
Comment on the proper line
Browse files Browse the repository at this point in the history
  • Loading branch information
markoudev committed Jan 7, 2025
1 parent c5197a2 commit dbf861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
matrix:
ruby: [ "3.4", "3.3", "3.2", "3.1" ]
rails: [ "8.0", "7.1", "7.0", "6.1" ]
# Rails 8 needs Ruby 3.2 or higher
exclude:
# Rails 8 needs Ruby 3.2 or higher
- { ruby: "3.1", rails: "8.0" }
name: "tests (Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.rails }})"
runs-on: ubuntu-latest
Expand Down

0 comments on commit dbf861a

Please sign in to comment.