diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a60672..2ea13a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,9 +20,11 @@ jobs: - '8.0' - '8.1' - '8.2' + - '8.3' typo3-version: - '^10.4' - '^11.5' + - '^12.4' exclude: - php-version: '8.0' typo3-version: '^10.4' @@ -30,6 +32,12 @@ jobs: typo3-version: '^10.4' - php-version: '8.2' typo3-version: '^10.4' + - php-version: '8.3' + typo3-version: '^10.4' + - php-version: '7.4' + typo3-version: '^12.4' + - php-version: '8.0' + typo3-version: '^12.4' steps: - name: Checkout Code