Skip to content

Commit

Permalink
Actually add 7.2
Browse files Browse the repository at this point in the history
Prior just had the excludes.
  • Loading branch information
jnunemaker committed Nov 11, 2024
1 parent ce47518 commit 0085e64
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 @@ -29,7 +29,7 @@ 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"]
rails: ["5.2", "6.0.0", "6.1.0", "7.0.0", "7.1.0", "7.2.0"]
exclude:
- ruby: "2.6"
rails: "7.2.0"
Expand Down

0 comments on commit 0085e64

Please sign in to comment.