Skip to content

Commit 7a8e7e4

Browse files
committed
feat: allow phpspec/phpspec 8 and
friends-of-phpspec/phpspec-code-coverage 7
1 parent deec6e0 commit 7a8e7e4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
tools: composer:v2
2929
coverage: none
3030

31-
- name: Emulate PHP 8.3
32-
run: composer config platform.php 8.3.999
33-
if: matrix.php == '8.4'
34-
3531
- name: Install PHP dependencies
3632
run: composer update --prefer-dist --no-interaction --no-progress
3733

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"php" : "^7.1 || ^8.0"
1919
},
2020
"require-dev": {
21-
"friends-of-phpspec/phpspec-code-coverage" : "^4.3.2 || ^6.3",
22-
"phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
21+
"friends-of-phpspec/phpspec-code-coverage" : "^4.3.2 || ^6.3 || ^7.0",
22+
"phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4 || ^8.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)