Skip to content

Commit b8b0f88

Browse files
Merge pull request #78 from oliverklee/feature/php-72-in-ci
[FEATURE] Add PHP 7.2 to the CI test matrix
2 parents 279e189 + 725d61c commit b8b0f88

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)