Skip to content

Commit

Permalink
add ruby 3.1 to the mix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Apr 27, 2022
1 parent b80e483 commit c204021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
gemfile: ["rails_7.0"]
ruby: [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
Expand Down

0 comments on commit c204021

Please sign in to comment.