From 4ab6a71f1490b51a1b557890493b8d6406904c4a Mon Sep 17 00:00:00 2001 From: Christian Krzeminski Date: Mon, 8 Jul 2024 08:39:54 +0200 Subject: [PATCH] chore: PHP 8.4 experimental --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 239416a..c0d58a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,10 @@ 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 }}