Skip to content

Commit

Permalink
CI: Test against Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Dec 28, 2024
1 parent c7552bd commit 4d1b5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.1', '3.2', '3.3']
ruby: ['3.1', '3.2', '3.3', '3.4']
rails: ['6.1', '7.0', '7.1', '7.2']

name: SQLite / Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
Expand Down

0 comments on commit 4d1b5eb

Please sign in to comment.