Skip to content

Commit

Permalink
Add Rails 8.0 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Nov 8, 2024
1 parent 5b4c6df commit 61a7cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['3.1', '3.2', '3.3']
rails: ['6.1', '7.0', '7.1', '7.2']
rails: ['6.1', '7.0', '7.1', '7.2', '8.0']

runs-on: ubuntu-latest
name: Test against Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
Expand Down

0 comments on commit 61a7cb4

Please sign in to comment.