Skip to content

Commit

Permalink
CI against Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 10, 2022
1 parent 3479963 commit fa8f17c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ jobs:
gemfile: gemfiles/Gemfile-rails.7.0.x
allow_failures: 'true'

- ruby_version: '3.1'
gemfile: gemfiles/Gemfile-rails.7.0.x
- ruby_version: '3.0'
gemfile: gemfiles/Gemfile-rails.7.0.x
- ruby_version: '2.7'
gemfile: gemfiles/Gemfile-rails.7.0.x

- ruby_version: '3.1'
gemfile: gemfiles/Gemfile-rails.6.1.x
- ruby_version: '3.0'
gemfile: gemfiles/Gemfile-rails.6.1.x
- ruby_version: '2.7'
Expand Down

0 comments on commit fa8f17c

Please sign in to comment.