Skip to content

Commit 6b49442

Browse files
authored
Merge pull request #60 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 60145f1 + c4d878a commit 6b49442

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
@@ -66,7 +66,7 @@ jobs:
6666
persist-credentials: false
6767

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

0 commit comments

Comments
 (0)