Skip to content

Commit e18daf7

Browse files
committed
GH Actions: only ignore upper bound for PHP platform reqs
1 parent 360e30a commit e18daf7

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)