Skip to content

Commit fa0a2c9

Browse files
committed
GH Actions: only ignore upper bound for PHP platform reqs
1 parent 72dbc34 commit fa0a2c9

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
@@ -185,7 +185,7 @@ jobs:
185185
- name: Install Composer dependencies
186186
uses: "ramsey/composer-install@v3"
187187
with:
188-
composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php' || '' }}
188+
composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php+' || '' }}
189189
custom-cache-suffix: $(date -u "+%Y-%m")
190190

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

0 commit comments

Comments
 (0)