Skip to content

Commit

Permalink
chore: Update CI matrix to include Ruby 3.2, and workaround minitest …
Browse files Browse the repository at this point in the history
…issue (#77)

Signed-off-by: Daniel Azuma <[email protected]>
  • Loading branch information
dazuma authored Sep 28, 2023
1 parent 95590bf commit b164b72
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,19 @@ jobs:
ruby: "2.7"
- os: ubuntu-latest
ruby: "3.0"
tool: ci
- os: ubuntu-latest
ruby: "3.1"
- os: ubuntu-latest
ruby: "3.2"
tool: ci
- os: ubuntu-latest
ruby: jruby
- os: ubuntu-latest
ruby: truffleruby
- os: macos-latest
ruby: "3.0"
ruby: "3.2"
- os: windows-latest
ruby: "3.0"
ruby: "3.2"
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -48,5 +50,7 @@ jobs:
run: "bundle install && gem install --no-document toys"
- name: Run ${{ matrix.tool || 'test' }}
shell: bash
env:
MT_COMPAT: "true"
run: |
toys "${{ matrix.tool || 'test' }}" < /dev/null

0 comments on commit b164b72

Please sign in to comment.