Skip to content

Commit

Permalink
Merge pull request #328 from Automattic/test-setup-php-update
Browse files Browse the repository at this point in the history
Update shivammathur/setup-php dependency to use @v2
  • Loading branch information
gudmdharalds authored Nov 10, 2022
2 parents c30aeae + 130e17c commit dac8fbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@2.21.2
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: "${{ matrix.php }}"
Expand Down Expand Up @@ -56,19 +56,19 @@ jobs:
uses: actions/checkout@v3

- name: Set up PHP 7.4
uses: shivammathur/setup-php@2.21.2
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: "7.4"

- name: Set up PHP 8.0
uses: shivammathur/setup-php@2.21.2
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: "8.0"

- name: Set up PHP 8.1
uses: shivammathur/setup-php@2.21.2
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: "8.1"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@2.21.2
uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: 8.1
Expand Down

0 comments on commit dac8fbe

Please sign in to comment.