Skip to content

Commit

Permalink
Merge pull request #296 from petergoldstein/feature/adds_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.2 to the CI matrix.
  • Loading branch information
deepakmahakale committed Mar 6, 2023
2 parents 439b39f + 5be6b3c commit 7037c81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
# - 'head'
gemfile:
- gemfiles/rails_5.2.gemfile
Expand All @@ -37,6 +38,10 @@ jobs:
gemfile: gemfiles/rails_5.2.gemfile
- ruby: '3.1'
gemfile: gemfiles/rails_6.0.gemfile
- ruby: '3.2'
gemfile: gemfiles/rails_5.2.gemfile
- ruby: '3.2'
gemfile: gemfiles/rails_6.0.gemfile
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7037c81

Please sign in to comment.