Skip to content

Commit

Permalink
Add Rails 7.2 and 8 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Dec 13, 2024
1 parent ade0fb3 commit 157f77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']
rails: ['6.1.0', '7.0.0', '7.1.0']
ruby: ["3.0", "3.1", "3.2", "3.3"]
rails: ["6.1.0", "7.0.0", "7.1.0", "7.2.0", "8.0.0"]
env:
RAILS_VERSION: ${{ matrix.rails }}
steps:
Expand Down

0 comments on commit 157f77f

Please sign in to comment.