Allow test failure on Ruby head (#208)

* Allow test failure on Ruby head
This commit is contained in:
david942j 2023-07-25 01:00:26 +08:00 committed by GitHub
parent f640cd80b3
commit 7f3bf1350b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.ruby-version == 'head' }}
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', 'head']