Skip to content

Commit

Permalink
Bump shivammathur/setup-php from 2.25.4 to 2.30.0
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.4 to 2.30.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.25.4...2.30.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 and bobthecow committed Mar 15, 2024
1 parent 199d076 commit aae7e16
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Install PHP
uses: shivammathur/setup-php@2.25.4
uses: shivammathur/setup-php@2.30.0
with:
php-version: '7.4'
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Install PHP
uses: shivammathur/setup-php@2.25.4
uses: shivammathur/setup-php@2.30.0
with:
php-version: '7.4'
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0

- name: Set up PHP
uses: shivammathur/setup-php@2.25.4
uses: shivammathur/setup-php@2.30.0
with:
php-version: 7.4
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-phar-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
test
- name: Install PHP
uses: shivammathur/setup-php@2.25.4
uses: shivammathur/setup-php@2.30.0
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Install PHP
uses: shivammathur/setup-php@2.25.4
uses: shivammathur/setup-php@2.30.0
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Install PHP
uses: shivammathur/setup-php@2.25.4
uses: shivammathur/setup-php@2.30.0
with:
php-version: '7.4'
tools: composer:v2
Expand Down

0 comments on commit aae7e16

Please sign in to comment.