Skip to content

Commit

Permalink
Add rails7.1 and Ruby3.3 to CI matrix (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnet committed May 2, 2024
1 parent 81e3e4f commit 17ac2f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
- '6.0'
- '6.1'
- '7.0'
- '7.1'
ruby:
- '2.7'
- '3.0'
Expand All @@ -27,6 +28,8 @@ jobs:
ruby: '2.7'
- active_record: '5.2'
ruby: '2.7'
- active_record: '7.1'
ruby: '3.3'
env:
ACTIVERECORD: ${{ matrix.active_record }}
steps:
Expand Down

0 comments on commit 17ac2f0

Please sign in to comment.