Actually make tests continue on experimental builds

This commit is contained in:
rugk 2024-05-04 12:40:44 +02:00 committed by GitHub
parent 55dec46cf4
commit 04822aa643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,8 @@ jobs:
Composer:
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:
- name: Checkout
uses: actions/checkout@v4