Skip to content

Commit

Permalink
Adds Ruby 3.1 and 3.2. Quotes 3.0 to avoid truncation. Updates action…
Browse files Browse the repository at this point in the history
… versions.
  • Loading branch information
petergoldstein authored and jrothrock committed May 5, 2023
1 parent ddaf956 commit 679670e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down Expand Up @@ -37,20 +37,21 @@ jobs:
- ruby: 2.7
- ruby: 2.7
prepend: true
- ruby: 3.0
- ruby: 3.0
- ruby: "3.0"
- ruby: "3.0"
prepend: true
- ruby: 3.0
- ruby: "3.0"
gemfile: gems/instruments.gemfile
test_features: "instruments"
- ruby: 3.0
- ruby: "3.0"
gemfile: gems/instruments.gemfile
prepend: true
test_features: "instruments"
- ruby: 3.0
- ruby: "3.0"
gemfile: gems/sidekiq.gemfile
test_features: "sidekiq_install"

- ruby: 3.1
- ruby: 3.2
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
SCOUT_TEST_FEATURES: ${{ matrix.test_features }}
Expand All @@ -60,7 +61,7 @@ jobs:
runs-on: ${{ matrix.ruby == '2.2' && 'ubuntu-20.04' || 'ubuntu-latest' }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit 679670e

Please sign in to comment.