Skip to content

Commit

Permalink
Update shivammathur/setup-php action to v2.30.5
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.30.4 | 2.30.5 |

Signed-off-by: Mend Renovate <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Jun 3, 2024
1 parent 3e9c772 commit 6e87937
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
php-version: "${{ matrix.php-version }}"
extensions: "json, opcache"
Expand Down

0 comments on commit 6e87937

Please sign in to comment.