Skip to content

Commit f522577

Browse files
[GitHub Action]: Bump shivammathur/setup-php from 2.30.0 to 2.30.1
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.0 to 2.30.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.30.0...2.30.1) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59d905a commit f522577

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/composer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup PHP
25-
uses: shivammathur/setup-php@2.30.0
25+
uses: shivammathur/setup-php@2.30.1
2626
with:
2727
php-version: ${{ matrix.php }}
2828
coverage: none # disable xdebug, pcov

.github/workflows/phan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Setup PHP
27-
uses: shivammathur/setup-php@2.30.0
27+
uses: shivammathur/setup-php@2.30.1
2828
with:
2929
php-version: ${{ matrix.php }}
3030
coverage: none # disable xdebug, pcov

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup PHP
25-
uses: shivammathur/setup-php@2.30.0
25+
uses: shivammathur/setup-php@2.30.1
2626
with:
2727
php-version: ${{ matrix.php }}
2828
coverage: none # disable xdebug, pcov

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Setup PHP
26-
uses: shivammathur/setup-php@2.30.0
26+
uses: shivammathur/setup-php@2.30.1
2727
with:
2828
php-version: ${{ matrix.php }}
2929
coverage: none # disable xdebug, pcov

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Setup PHP
28-
uses: shivammathur/setup-php@2.30.0
28+
uses: shivammathur/setup-php@2.30.1
2929
with:
3030
php-version: ${{ matrix.php }}
3131
coverage: pcov

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Setup PHP
27-
uses: shivammathur/setup-php@2.30.0
27+
uses: shivammathur/setup-php@2.30.1
2828
with:
2929
php-version: ${{ matrix.php }}
3030
coverage: none # disable xdebug, pcov

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup PHP
25-
uses: shivammathur/setup-php@2.30.0
25+
uses: shivammathur/setup-php@2.30.1
2626
with:
2727
php-version: ${{ matrix.php }}
2828
coverage: none # disable xdebug, pcov

0 commit comments

Comments
 (0)