Skip to content

Commit

Permalink
Update Ruby version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Jan 28, 2023
1 parent 616650d commit 79cc20b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,20 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
ruby-version: ['2.7', '3.0', '3.1', '3.2', 'head', 'truffleruby-22.2', 'truffleruby-head', 'jruby-9.4.0.0']
ruby-version:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- 'head'

- 'truffleruby-22.2'
- 'truffleruby-22.3'
- 'truffleruby-head'

- 'jruby-9.4.0.0'
- 'jruby-head'

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 79cc20b

Please sign in to comment.