Skip to content

Commit

Permalink
Update ruby versions in CI (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored Sep 2, 2022
1 parent 8309caa commit da066bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
build:
strategy:
matrix:
ruby: [ 'head', '3.1', '3.0', '2.7', '2.6' ]
ruby: [ 'head', '3.1', '3.0', '2.7' ]
os:
- windows-latest
- ubuntu-latest
include:
- { ruby: '2.7', os: 'macos-latest' }
- { ruby: '3.1', os: 'macos-latest' }
- { ruby: 'jruby-9.2.19.0', os: 'ubuntu-latest' }
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit da066bb

Please sign in to comment.