Skip to content

Commit

Permalink
Remove tests for PHP 7.2 & 7.3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
LKaemmerling committed Apr 11, 2022
1 parent 0753716 commit c57c1ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
php: [ 7.4, 8.0, 8.1 ]
dependency-version: [ prefer-lowest, prefer-stable ]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"phpstan/phpstan": "^1.5.4",
"phpstan/phpstan-phpunit": "^1.1.0",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpunit/phpunit": "^8.4|^9.4",
"phpunit/phpunit": "^9.4",
"squizlabs/php_codesniffer": "^3.6"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit c57c1ab

Please sign in to comment.