Skip to content

Commit 81df285

Browse files
committed
[TASK] Require at least PHP 7.1
This is in preparation for PHP 8.4 support (deprecated implicitly nullable parameters).
1 parent f6fc1f5 commit 81df285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
12+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1313

1414
steps:
1515
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"psr-4": { "TYPO3\\ClassAliasLoader\\Test\\": "tests/"}
2121
},
2222
"require": {
23-
"php": ">=5.3.7",
23+
"php": ">=7.1",
2424
"composer-plugin-api": "^1.0 || ^2.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)