Skip to content

Commit 7154be2

Browse files
committed
chore: drop support for php < 8.1
Those versions are unsupported for a while now, it simplifies the CI and the code evolution.
1 parent 834500d commit 7154be2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
16-
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
16+
php-versions: ['8.1', '8.2', '8.3', '8.4']
1717
composer-versions: ['composer:v2']
1818
dependencies: ["lowest", "highest"]
1919

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"docs": "https://github.com/friends-of-phpspec/phpspec-code-coverage#phpspec-code-coverage"
4444
},
4545
"require": {
46-
"php": ">= 7.3",
47-
"phpspec/phpspec": "^6.0 || ^7.0 || ^8.0",
46+
"php": ">= 8.1",
47+
"phpspec/phpspec": "^7.0 || ^8.0",
4848
"phpunit/php-code-coverage": "^9.2 || ^10.0 || ^11.0",
4949
"phpunit/php-file-iterator": "^3.0 || ^4.0 || ^5.0"
5050
},

0 commit comments

Comments
 (0)