Skip to content

Commit

Permalink
update rubies and add rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin authored Sep 4, 2024
1 parent 5a96d00 commit b48547e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
rails: ["7.1", "7.0", "6.1", "6.0"]
ruby: ["3.3", "3.2.2", "3.1.4", "3.0.6", "2.7.8"]
rails: ["7.2", "7.1", "7.0", "6.1", "6.0"]
ruby: ["3.3.5", "3.2.5", "3.1.6", "3.0.7", "2.7.8"]
cucumber: ["9.0", "8.0", "7.0", "6.0", "5.0", "4.0", "3.0"]

env:
Expand Down

0 comments on commit b48547e

Please sign in to comment.