Skip to content

Commit

Permalink
Merge pull request #187 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.2 to CI
  • Loading branch information
amatsuda authored Jan 15, 2023
2 parents 4c6bcaa + 4582f96 commit 85cfcc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
strategy:
matrix:
ruby-version:
- 3.2
- 3.1
- 3.0
- "3.0"
- 2.7
- jruby
gemfile:
Expand All @@ -47,6 +48,8 @@ jobs:
exclude:
- ruby-version: jruby
gemfile: rails_7_0
- ruby-version: 3.2
gemfile: rails_6_0

env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 85cfcc8

Please sign in to comment.