Skip to content

Commit bc93b75

Browse files
author
Albrecht Köhnlein
committed
[TASK] Add PHP 8.4 to testing matrix
1 parent 765dd78 commit bc93b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
max-parallel: 2
4141
matrix:
42-
php-versions: ['8.2', '8.3']
42+
php-versions: ['8.2', '8.3', '8.4']
4343
typo3-versions: ['13.4', '12.4']
4444
composer-requirements: ['Min', 'Max']
4545
exclude:
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
max-parallel: 2
7575
matrix:
76-
php-versions: ['8.2', '8.3']
76+
php-versions: ['8.2', '8.3', '8.4']
7777
typo3-versions: ['13.4', '12.4']
7878
composer-requirements: ['Min', 'Max']
7979
exclude:

0 commit comments

Comments
 (0)