Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jun 7, 2024
1 parent 9bd7a10 commit e4e18a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: ['2.7', '3.0', '3.1', '3.2', head, truffleruby, truffleruby-head]
ruby: [
3.1,
3.2,
3.3,
head,
truffleruby,
truffleruby-head
]
gemfile: [ rack2, rack3 ]
runs-on: ${{ matrix.os }}
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
Expand Down

0 comments on commit e4e18a1

Please sign in to comment.