Skip to content

Commit

Permalink
CI against Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 20, 2023
1 parent f5bc4c2 commit 3097ba9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,20 @@ jobs:
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
- ruby: 3.1
gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-6.0.x"
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
- ruby: 2.7
gemfile: Gemfile
- ruby: '3.0'
gemfile: Gemfile
- ruby: '3.1'
gemfile: Gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: head
gemfile: Gemfile

Expand Down

0 comments on commit 3097ba9

Please sign in to comment.