Skip to content

Commit

Permalink
Add 8.0 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 11, 2024
1 parent 0085e64 commit 9ac4502
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,16 @@ jobs:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
rails: ["5.2", "6.0.0", "6.1.0", "7.0.0", "7.1.0", "7.2.0"]
rails: ["5.2", "6.0.0", "6.1.0", "7.0.0", "7.1.0", "7.2.0", "8.0.0"]
exclude:
- ruby: "2.6"
rails: "8.0.0"
- ruby: "2.7"
rails: "8.0.0"
- ruby: "3.0"
rails: "8.0.0"
- ruby: "3.1"
rails: "8.0.0"
- ruby: "2.6"
rails: "7.2.0"
- ruby: "2.7"
Expand Down

0 comments on commit 9ac4502

Please sign in to comment.