Skip to content

Commit

Permalink
Add Rails 7.2 to CI; remove 8.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Aug 11, 2024
1 parent 575c29b commit 7b7a9de
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- rails61
- rails70
- rails71
- rails80
- rails72
db: [POSTGRES, MYSQL, SQLITE]
exclude:
# MySQL has issues on Ruby 2.3
Expand Down Expand Up @@ -79,8 +79,20 @@ jobs:
ruby: 2.5
- appraisal: rails71
ruby: 2.6
- appraisal: rails80

# Rails 7.2 supports Ruby 3.1+
- appraisal: rails72
ruby: 2.3
- appraisal: rails72
ruby: 2.4
- appraisal: rails72
ruby: 2.5
- appraisal: rails72
ruby: 2.6
- appraisal: rails72
ruby: 2.7
- appraisal: rails72
ruby: 3.0

services:
postgres:
Expand Down

0 comments on commit 7b7a9de

Please sign in to comment.