Skip to content

Commit

Permalink
Merge pull request #1214 from Shopify/uk-test-ruby-3-2
Browse files Browse the repository at this point in the history
Start testing against Ruby 3.2
  • Loading branch information
paracycle authored Oct 6, 2022
2 parents e87544a + 6505be2 commit 3db87c7
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1"]
experimental: [false]
ruby: ["2.7", "3.0", "3.1", "3.2"]
gemfile:
- Gemfile
- gemfiles/Gemfile-rails-6-1
- gemfiles/Gemfile-rails-main
include:
- gemfile: gemfiles/Gemfile-rails-main
ruby: "2.7"
experimental: true
- gemfile: gemfiles/Gemfile-rails-main
ruby: "3.0"
experimental: true
- gemfile: gemfiles/Gemfile-rails-main
ruby: "3.1"
- ruby: "3.2"
experimental: true
name: Ruby ${{ matrix.ruby }} - ${{ matrix.gemfile }}
env:
Expand All @@ -61,7 +56,7 @@ jobs:
bundler-cache: true
- name: Run tests
run: bin/test
continue-on-error: ${{ matrix.experimental }}
continue-on-error: ${{ !!matrix.experimental }}

buildall:
if: ${{ always() && github.event.pull_request }}
Expand Down

0 comments on commit 3db87c7

Please sign in to comment.