Skip to content

Commit

Permalink
eliminate ruby 2.7 for rails 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Dec 29, 2023
1 parent a1668d2 commit f30c9be
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,11 @@ jobs:
strategy:
fail-fast: false
matrix:
gemfile: ["rails-7.0.x"]
ruby: [3.3, 3.2]
gemfile: ['rails-7.0.x', 'rails-6.1.x']
ruby: [3.2, 3.1, '3.0']
include:
- gemfile: rails-7.0.x
ruby: '3.1'
- gemfile: rails-7.0.x
ruby: '3.0'
- gemfile: rails-7.0.x
ruby: '2.7'
- gemfile: rails-6.1.x
ruby: '3.1'
- gemfile: rails-6.1.x
ruby: '3.0'
ruby: '3.3'
- gemfile: rails-6.1.x
ruby: 2.7
- gemfile: rails-6.1.x
Expand Down

0 comments on commit f30c9be

Please sign in to comment.