Skip to content

Commit 0f7f022

Browse files
committed
Remove tests for PHP 7.2 & 7.3
Those are not tested anymore, however as long as the dependencies support they will work on older versions. But keep in mind: It is highly recommended using the latest version of PHP always. Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
1 parent 4039af2 commit 0f7f022

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
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
12+
php: [ 7.4, 8.0, 8.1 ]
1313
dependency-version: [ prefer-lowest, prefer-stable ]
1414
redis-version: [ 6 ]
1515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"phpstan/phpstan": "^1.5.4",
2525
"phpstan/phpstan-phpunit": "^1.1.0",
2626
"phpstan/phpstan-strict-rules": "^1.1.0",
27-
"phpunit/phpunit": "^8.4|^9.4",
27+
"phpunit/phpunit": "^9.4",
2828
"squizlabs/php_codesniffer": "^3.6",
2929
"symfony/polyfill-apcu": "^1.6"
3030
},

0 commit comments

Comments
 (0)