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 360e30a + e18daf7 commit 59ec82eCopy full SHA for 59ec82e
.github/workflows/test.yml
@@ -214,7 +214,7 @@ jobs:
214
- name: Install Composer dependencies
215
uses: "ramsey/composer-install@v3"
216
with:
217
- composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php' || '' }}
+ composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php+' || '' }}
218
custom-cache-suffix: $(date -u "+%Y-%m")
219
220
# Note: The code style check is run multiple times against every PHP version
0 commit comments