Skip to content

Commit

Permalink
also run rails 7.1 with ruby 2.7/3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent c051cf4 commit 6302060
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
strategy:
fail-fast: false
matrix:
gemfile: ['rails_7.0', 'rails_7.1']
gemfile: ['rails_7.1', 'rails_7.0']
ruby: [3.3, 3.2, 3.1]
include:
- gemfile: rails_7.1
ruby: '3.0'
- gemfile: rails_7.1
ruby: 2.7
- gemfile: rails_7.0
ruby: '3.0'
- gemfile: rails_7.0
Expand Down

0 comments on commit 6302060

Please sign in to comment.