Remove allow-failure for truffleruby* since it now passes all tests

This commit is contained in:
Benoit Daloze 2022-07-20 12:20:36 +02:00
parent 6ebc0bf541
commit 10dffd3615
1 changed files with 1 additions and 3 deletions

View File

@ -17,12 +17,10 @@ jobs:
rack:
- stable
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3']
ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3', truffleruby, truffleruby-head]
include:
- { ruby: 3.1, rack: master, allow-failure: true }
- { ruby: jruby-head, rack: stable, allow-failure: true }
- { ruby: truffleruby-22, rack: stable, allow-failure: true }
- { ruby: truffleruby-head, rack: stable, allow-failure: true }
env:
rack: ${{ matrix.rack }}
steps: