Skip to content

Commit c57c1ab

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 0753716 commit c57c1ab

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

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"phpstan/phpstan": "^1.5.4",
1313
"phpstan/phpstan-phpunit": "^1.1.0",
1414
"phpstan/phpstan-strict-rules": "^1.1.0",
15-
"phpunit/phpunit": "^8.4|^9.4",
15+
"phpunit/phpunit": "^9.4",
1616
"squizlabs/php_codesniffer": "^3.6"
1717
},
1818
"license": "Apache-2.0",

0 commit comments

Comments
 (0)