Skip to content

Commit

Permalink
Update shivammathur/setup-php action to v2.27.0
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.26.0 | 2.27.0 |
  • Loading branch information
renovate[bot] committed Nov 1, 2023
1 parent 3d9b9c0 commit 21bb3df
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit 21bb3df

Please sign in to comment.