diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c0d58a0..239416a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,10 +13,7 @@ jobs: typo3: [ ^12.4 ] php: [ '8.1', '8.2', '8.3' ] experimental: [false] - include: - - typo3: ^12.4 - php: '8.4' - experimental: true + continue-on-error: ${{ matrix.experimental }}