Skip to content

Commit

Permalink
enable ruby 3.x on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Dec 16, 2022
1 parent 5cefd69 commit e761b84
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ jobs:
fail-fast: false
matrix:
gemfile: ["rails-7.0.x"]
ruby: [2.7]
ruby: [3.2]
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'
- gemfile: rails-6.1.x
ruby: 2.7
- gemfile: rails-6.1.x
Expand Down

0 comments on commit e761b84

Please sign in to comment.