Skip to content

Commit 59ec82e

Browse files
authored
Merge pull request #911 from PHPCSStandards/feature/ghactions-composer-ignore-more-selectively
GH Actions: only ignore upper bound for PHP platform reqs
2 parents 360e30a + e18daf7 commit 59ec82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
- name: Install Composer dependencies
215215
uses: "ramsey/composer-install@v3"
216216
with:
217-
composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php' || '' }}
217+
composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php+' || '' }}
218218
custom-cache-suffix: $(date -u "+%Y-%m")
219219

220220
# Note: The code style check is run multiple times against every PHP version

0 commit comments

Comments
 (0)