Skip to content

Commit

Permalink
Bump pmmp/setup-php-action from 2.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [pmmp/setup-php-action](https://github.com/pmmp/setup-php-action) from 2.0.0 to 3.1.0.
- [Release notes](https://github.com/pmmp/setup-php-action/releases)
- [Commits](pmmp/setup-php-action@2.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: pmmp/setup-php-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 815481d commit 3db7b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP 🐘
uses: pmmp/setup-php-action@2.0.0
uses: pmmp/setup-php-action@3.1.0
with:
php-version: 8.1
install-path: "./bin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP 🐘
uses: pmmp/setup-php-action@2.0.0
uses: pmmp/setup-php-action@3.1.0
with:
php-version: 8.1
install-path: "./bin"
Expand Down

0 comments on commit 3db7b15

Please sign in to comment.