Skip to content

Commit

Permalink
Add Ruby 3.3 x Rails 7.2 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed Aug 18, 2024
1 parent be43c94 commit 65d467a
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 @@ -45,6 +45,9 @@ jobs:
- ruby: '3.2'
activerecord: '7.2'
gemfile: 'activerecord_7_2.gemfile'
- ruby: '3.3'
activerecord: '7.2'
gemfile: 'activerecord_7_2.gemfile'
- ruby: '3.3'
activerecord: 'HEAD'
gemfile: 'activerecord_master.gemfile'
Expand Down

0 comments on commit 65d467a

Please sign in to comment.