diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4d406803..b5f87dac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [7.4, 8.0] + php: [7.4, 8.0, 8.1, 8.2, 8.3] typo3: [^11.5] name: P${{ matrix.php }} - T${{ matrix.typo3 }}