Skip to content

Commit

Permalink
Merge pull request #879 from WordPress/feature/ghactions-ignore-platf…
Browse files Browse the repository at this point in the history
…orm-specificity

GH Actions: various small tweaks
  • Loading branch information
schlessera committed Jul 8, 2024
2 parents 775ba40 + 4e1b0ea commit 82c3130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ matrix.php == '8.4' }}
uses: "ramsey/composer-install@v3"
with:
composer-options: --ignore-platform-req=php
composer-options: "--ignore-platform-req=php+"
custom-cache-suffix: $(date -u "+%Y-%m")

- name: Lint against parse errors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: ${{ matrix.php == '8.4' }}
uses: "ramsey/composer-install@v3"
with:
composer-options: --ignore-platform-req=php
composer-options: "--ignore-platform-req=php+"
custom-cache-suffix: $(date -u "+%Y-%m")

- name: Setup problem matcher to provide annotations for PHPUnit
Expand Down

0 comments on commit 82c3130

Please sign in to comment.