Skip to content

Commit

Permalink
CI: Update integrate.yml action versios
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed May 21, 2024
1 parent 03800e2 commit 217267a
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 217267a

Please sign in to comment.