Actually make tests continue on experimental builds
This commit is contained in:
parent
4163c4f1d9
commit
33df5fbd2f
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -7,6 +7,8 @@ jobs:
|
|||||||
|
|
||||||
Composer:
|
Composer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
|
||||||
|
continue-on-error: ${{ matrix.experimental }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user