Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php from 2.27.1 to 2.28.0
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.27.1 to 2.28.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.27.1...2.28.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 465fa33 commit b9497d3
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 @@ -30,7 +30,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand All @@ -54,7 +54,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand All @@ -79,7 +79,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand All @@ -106,7 +106,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
php-version: "latest"
extensions: "bcmath, ctype, gmp"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: "actions/checkout@v4.1.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.27.1"
uses: "shivammathur/setup-php@2.28.0"
with:
php-version: "${{ matrix.php }}"
extensions: "bcmath, ctype, gmp"
Expand Down

0 comments on commit b9497d3

Please sign in to comment.