Skip to content

Commit

Permalink
Merge pull request #638 from browscap/dependabot/github_actions/shiva…
Browse files Browse the repository at this point in the history
…mmathur/setup-php-2.27.1

github-actions: Bump shivammathur/setup-php from 2.27.0 to 2.27.1
  • Loading branch information
asgrim authored Nov 8, 2023
2 parents 87781f8 + 9066e71 commit 63571b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down

0 comments on commit 63571b6

Please sign in to comment.