Skip to content

Commit d0c0e02

Browse files
Update shivammathur/setup-php action to v2.37.0
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.36.0 | 2.37.0 |
1 parent cd24e18 commit d0c0e02

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@v6
99

1010
- name: Setup PHP, with composer and extensions
11-
uses: shivammathur/setup-php@2.36.0
11+
uses: shivammathur/setup-php@2.37.0
1212
with:
1313
php-version: 8.4
1414
coverage: pcov

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@v6
99

1010
- name: Setup PHP with composer require checker
11-
uses: shivammathur/setup-php@2.36.0
11+
uses: shivammathur/setup-php@2.37.0
1212
with:
1313
php-version: 8.4
1414
tools: composer-require-checker

.github/workflows/roave-bc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fetch-depth: 0
1111

1212
- name: Setup PHP, with composer and extensions
13-
uses: shivammathur/setup-php@2.36.0
13+
uses: shivammathur/setup-php@2.37.0
1414
with:
1515
php-version: 8.4
1616
coverage: pcov

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@v6
99

1010
- name: Setup PHP, with composer and extensions
11-
uses: shivammathur/setup-php@2.36.0
11+
uses: shivammathur/setup-php@2.37.0
1212
with:
1313
php-version: 8.4
1414
coverage: pcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Setup PHP, with composer and extensions
21-
uses: shivammathur/setup-php@2.36.0
21+
uses: shivammathur/setup-php@2.37.0
2222
with:
2323
php-version: ${{ matrix.php-version }}
2424
# TODO: Remove next lint to enable memcached after that issue is fixed: https://github.com/php-memcached-dev/php-memcached/issues/477

0 commit comments

Comments
 (0)