Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin authored Oct 30, 2023
1 parent 8489484 commit e50c49b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,9 @@ jobs:
strategy:
fail-fast: false
matrix:
gemfile: ["rails_7.0"]
ruby: [2.7]
gemfile: ['rails_7.0', 'rails_7.1']
ruby: [3.3, 3.2, 3.1, '3.0', 2.7]
include:
- gemfile: rails_7.0
ruby: '3.1'
- gemfile: rails_6.1
ruby: '3.1'
- gemfile: rails_7.0
ruby: '3.0'
- gemfile: rails_6.1
ruby: '3.0'
- gemfile: rails_6.1
ruby: 2.7
- gemfile: rails_6.1
ruby: 2.6
- gemfile: rails_6.0
Expand Down

0 comments on commit e50c49b

Please sign in to comment.