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.
1 parent ae88c4f commit 18b1384Copy full SHA for 18b1384
.github/workflows/php.yml
@@ -109,7 +109,7 @@ jobs:
109
110
- name: Composer Config nightly
111
if: matrix.php == 'nightly'
112
- run: composer config platform.php 8.4.99
+ run: composer config platform.php 8.5.99
113
114
- name: Composer Install
115
run: composer install --ansi --prefer-dist --no-interaction --no-progress
0 commit comments