Skip to content

Commit ad50b77

Browse files
Stop emulate PHP 8.3.99
1 parent 0158c01 commit ad50b77

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
tools: composer:v2
2626
coverage: none
2727

28-
- name: Emulate PHP 8.3
29-
run: composer config platform.php 8.3.999
30-
if: matrix.php == '8.4'
31-
3228
- name: Install PHP dependencies
3329
run: composer update --prefer-dist --no-interaction --no-progress
3430

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"doctrine/instantiator": "^1.1",
2525
"guzzlehttp/psr7": "^1.4",
2626
"nyholm/psr7": "^1.2",
27-
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
27+
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1 || ^8.0",
2828
"phpspec/prophecy": "^1.10.2",
2929
"phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7"
3030
},

0 commit comments

Comments
 (0)