|
|
@@ -7,9 +7,6 @@ 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
|
|
|
@@ -21,6 +18,7 @@ jobs:
|
|
|
PHPunit:
|
|
|
name: PHP ${{ matrix.php-versions }} unit tests on ${{ matrix.operating-system }}
|
|
|
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 }}"
|
|
|
strategy:
|
|
|
matrix:
|