Skip to content

Commit

Permalink
Adds Ruby 3.2 to the CI matrix. Updates checkout action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Dec 29, 2022
1 parent 7790db2 commit 9b879cc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- gemfiles/Gemfile-rails-6-0
- gemfiles/Gemfile-rails-5-2
ruby:
- '3.2'
- '3.1'
- '3.0'
- '2.7'
Expand All @@ -34,11 +35,17 @@ jobs:
ruby: '3.0'
- gemfile: gemfiles/Gemfile-rails-5-2
ruby: '2.7'
- gemfile: gemfiles/Gemfile-rails-6-1
ruby: '3.2'
- gemfile: gemfiles/Gemfile-rails-6-0
ruby: '3.2'
- gemfile: gemfiles/Gemfile-rails-5-2
ruby: '3.2'
runs-on: ubuntu-latest
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 9b879cc

Please sign in to comment.