Actually make tests continue on experimental builds

This commit is contained in:
rugk 2024-05-04 12:40:44 +02:00
parent 4163c4f1d9
commit 33df5fbd2f
No known key found for this signature in database
GPG key ID: BE52D11B43801061

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