Skip to content

Commit

Permalink
Update CI matrix to include Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pilaf committed Dec 25, 2024
1 parent aa2d0dc commit 66b2741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', 3.1, 3.2, 3.3, '3.4.0-preview2']
ruby: ['3.0', 3.1, 3.2, 3.3, '3.4.0']
activerecord: [6.1, '7.0', 7.1, 7.2, '8.0']
exclude:
- ruby: '3.0'
Expand All @@ -23,9 +23,9 @@ jobs:
activerecord: '8.0'
- ruby: '3.1'
activerecord: '8.0'
- ruby: '3.4.0-preview2'
- ruby: '3.4.0'
activerecord: 6.1
- ruby: '3.4.0-preview2'
- ruby: '3.4.0'
activerecord: '7.0'

runs-on: ubuntu-latest
Expand Down

0 comments on commit 66b2741

Please sign in to comment.