Skip to content

Commit

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

0 comments on commit 0f91284

Please sign in to comment.