Skip to content

Commit

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

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

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

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

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

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

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

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

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

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

0 comments on commit 09c156d

Please sign in to comment.