Skip to content

Commit 160421b

Browse files
authored
Merge pull request #68 from friends-of-phpspec/chore/drop-obsolete-php-versions
Drop obsolete PHP versions
2 parents 834500d + e2beb71 commit 160421b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ used as a single metric defining how good your tests are.
3030
| 4.x | `^7.1` | `^4.2 \|\| ^5.0 \|\| ^6.0` | `^5.0 \|\| ^6.0 \|\| ^7.0` |
3131
| 5.x | `>= 7.2` | `^5.0 \|\| ^6.0 \|\| ^7.0` | `^6.0 \|\| ^7.0 \|\| ^8.0` |
3232
| 6.x | `>= 7.3` | `^6.0 \|\| ^7.0` | `^9.2 \|\| ^10.0 \|\| ^11.0` |
33+
| 7.x | `>= 8.1` | `^7.0 \|\| ^8.0` | `^9.2 \|\| ^10.0 \|\| ^11.0` |
3334

3435
## Change Log
3536

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)