Skip to content

Commit

Permalink
Run CI tests against Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye committed Aug 21, 2024
1 parent 34a48b5 commit aefa90e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ jobs:
- '6_1'
- '7_0'
- '7_1'
- '7_2'
- 'latest'
mysql-version:
- '5.7'
- '8.0'
exclude:
# activerecord-7 doesn't support Ruby 2.6
- ruby-version: '3.0'
activerecord-version: '7_2'

services:
mysql:
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/activerecord_7_2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eval_gemfile("../Gemfile")
gem "activerecord", "~> 7.2.0"

0 comments on commit aefa90e

Please sign in to comment.