Skip to content

Commit 82c3130

Browse files
authored
Merge pull request #879 from WordPress/feature/ghactions-ignore-platform-specificity
GH Actions: various small tweaks
2 parents 775ba40 + 4e1b0ea commit 82c3130

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: ${{ matrix.php == '8.4' }}
5252
uses: "ramsey/composer-install@v3"
5353
with:
54-
composer-options: --ignore-platform-req=php
54+
composer-options: "--ignore-platform-req=php+"
5555
custom-cache-suffix: $(date -u "+%Y-%m")
5656

5757
- name: Lint against parse errors

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: ${{ matrix.php == '8.4' }}
7272
uses: "ramsey/composer-install@v3"
7373
with:
74-
composer-options: --ignore-platform-req=php
74+
composer-options: "--ignore-platform-req=php+"
7575
custom-cache-suffix: $(date -u "+%Y-%m")
7676

7777
- name: Setup problem matcher to provide annotations for PHPUnit

0 commit comments

Comments
 (0)