Skip to content

Commit

Permalink
Bump pmmp/setup-php-action from 2.0.0 to 3.0.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.0.0.
- [Release notes](https://github.com/pmmp/setup-php-action/releases)
- [Commits](pmmp/setup-php-action@2.0.0...3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 1ca275e commit 6dbe5d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-php-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: pmmp/setup-php-action@2.0.0
uses: pmmp/setup-php-action@3.0.0
with:
php-version: ${{ inputs.php }}
install-path: "./bin"
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: pmmp/setup-php-action@2.0.0
uses: pmmp/setup-php-action@3.0.0
with:
php-version: ${{ inputs.php }}
install-path: "./bin"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
submodules: true

- name: Setup PHP
uses: pmmp/setup-php-action@2.0.0
uses: pmmp/setup-php-action@3.0.0
with:
php-version: ${{ inputs.php }}
install-path: "./bin"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: pmmp/setup-php-action@2.0.0
uses: pmmp/setup-php-action@3.0.0
with:
php-version: ${{ inputs.php }}
install-path: "./bin"
Expand Down

0 comments on commit 6dbe5d9

Please sign in to comment.