Skip to content

Commit

Permalink
CI: Use latest actions/checkout, add Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jun 30, 2023
1 parent df46c6b commit b5ddbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby]
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, jruby, truffleruby]
exclude:
- { os: windows-latest, ruby: truffleruby }
env:
JRUBY_OPTS: '--debug'
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 b5ddbbe

Please sign in to comment.