From 7b56ffdd38d1ee1ca6c2a8f8993c6ddbc19aecc6 Mon Sep 17 00:00:00 2001 From: Andre Padberg Date: Wed, 20 Mar 2024 13:42:00 +0100 Subject: [PATCH] chore: fix pipeline --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 19510c2..8d7d220 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: typo3: [ ^11.5 ] - php: [ '7.4', '8.0' ] + php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] experimental: [false] include: - typo3: ^11.5 @@ -37,7 +37,7 @@ jobs: run: sudo /etc/init.d/mysql start - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up PHP Version ${{ matrix.php }} uses: shivammathur/setup-php@v2