Skip to content

Commit b28fd31

Browse files
authored
Merge pull request #93 from PHPCompatibility/dependabot/github_actions/action-runners-823d5f4d9a
GH Actions: Bump shivammathur/setup-php from 2.36.0 to 2.37.0 in the action-runners group
2 parents 14aaf16 + c35ed22 commit b28fd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-qa-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Install PHP
23-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
23+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
2424
with:
2525
php-version: 'latest'
2626
coverage: none
@@ -65,7 +65,7 @@ jobs:
6565
persist-credentials: false
6666

6767
- name: Install PHP
68-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
68+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
6969
with:
7070
php-version: ${{ matrix.php }}
7171
ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On

0 commit comments

Comments
 (0)