Skip to content

Commit 211e718

Browse files
authored
Merge pull request #782 from Automattic/feature/ghactions-tweak-composer-options
2 parents 1f910a8 + 05fad70 commit 211e718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: ${{ startsWith( matrix.php, '8' ) || matrix.php == 'latest' }}
8686
uses: "ramsey/composer-install@v2"
8787
with:
88-
composer-options: --ignore-platform-reqs
88+
composer-options: --ignore-platform-req=php+
8989
custom-cache-suffix: $(date -u "+%Y-%m")
9090

9191
- name: Display PHPCS installed standards

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
if: ${{ startsWith( matrix.php, '8' ) }}
128128
uses: "ramsey/composer-install@v2"
129129
with:
130-
composer-options: --ignore-platform-reqs
130+
composer-options: --ignore-platform-req=php+
131131
custom-cache-suffix: $(date -u "+%Y-%m")
132132

133133
- name: Run the unit tests

0 commit comments

Comments
 (0)