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 72dbc34 commit fa0a2c9Copy full SHA for fa0a2c9
.github/workflows/test.yml
@@ -185,7 +185,7 @@ jobs:
185
- name: Install Composer dependencies
186
uses: "ramsey/composer-install@v3"
187
with:
188
- composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php' || '' }}
+ composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php+' || '' }}
189
custom-cache-suffix: $(date -u "+%Y-%m")
190
191
# Note: The code style check is run multiple times against every PHP version
0 commit comments