We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deec6e0 + 7a8e7e4 commit 139f40dCopy full SHA for 139f40d
.github/workflows/tests.yml
@@ -28,10 +28,6 @@ jobs:
28
tools: composer:v2
29
coverage: none
30
31
- - name: Emulate PHP 8.3
32
- run: composer config platform.php 8.3.999
33
- if: matrix.php == '8.4'
34
-
35
- name: Install PHP dependencies
36
run: composer update --prefer-dist --no-interaction --no-progress
37
composer.json
@@ -18,8 +18,8 @@
18
"php" : "^7.1 || ^8.0"
19
},
20
"require-dev": {
21
- "friends-of-phpspec/phpspec-code-coverage" : "^4.3.2 || ^6.3",
22
- "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
+ "friends-of-phpspec/phpspec-code-coverage" : "^4.3.2 || ^6.3 || ^7.0",
+ "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4 || ^8.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments