Skip to content

Commit

Permalink
Support newer Rails 7.2 on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Sep 1, 2024
1 parent 1fa48c0 commit e10287b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ jobs:
ruby:
- '3.0.3'
- '3.2.2'
- '3.3.4'
rails:
- '6.0'
- '6.1'
- '7.0'
- '7.1'
- '7.2'
exclude:
- ruby: '3.2.2'
rails: '6.0'
Expand Down

0 comments on commit e10287b

Please sign in to comment.