Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
flivni committed Nov 4, 2024
1 parent 0521811 commit 562327c
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 @@ -6,8 +6,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
# Could consider adding head, jruby-head in the future
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', jruby, truffleruby, truffleruby-head]
# Could consider adding head, jruby-head, jruby in the future
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', truffleruby, truffleruby-head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 562327c

Please sign in to comment.