Skip to content

Commit

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

github-actions: Bump shivammathur/setup-php from 2.30.5 to 2.31.0
  • Loading branch information
asgrim authored Jun 24, 2024
2 parents 1e7ddbb + 62f36b7 commit a148818
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 @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down

0 comments on commit a148818

Please sign in to comment.