Skip to content

Commit 725d61c

Browse files
committed
[FEATURE] Add PHP 7.2 to the CI test matrix
After the downgrade to PHPUnit 8.5, we now can run the tests on PHP 7.2 as well, ensuring that everything works fine.
1 parent 30bb9ec commit 725d61c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15+
- typo3-version: "^9.5"
16+
php-version: "7.2"
17+
composer-flags: ""
18+
- typo3-version: "^9.5"
19+
php-version: "7.2"
20+
composer-flags: " --prefer-lowest"
1521
- typo3-version: "^9.5"
1622
php-version: "7.3"
1723
composer-flags: ""

0 commit comments

Comments
 (0)