Skip to content

Commit

Permalink
Merge pull request #1048 from Automattic/update/integration-depedency…
Browse files Browse the repository at this point in the history
…-versions

CI: Update integrate.yml action versions
  • Loading branch information
GaryJones committed May 21, 2024
2 parents b2777ba + 217267a commit 1c29766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand All @@ -45,7 +45,7 @@ jobs:
coverage: ${{ matrix.coverage }}

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: --ignore-platform-req=php+

Expand Down

0 comments on commit 1c29766

Please sign in to comment.