We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60145f1 + c4d878a commit 6b49442Copy full SHA for 6b49442
.github/workflows/reusable-qa-checks.yml
@@ -20,7 +20,7 @@ jobs:
20
persist-credentials: false
21
22
- name: Install PHP
23
- uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
+ uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
24
with:
25
php-version: 'latest'
26
coverage: none
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
php-version: ${{ matrix.php }}
72
ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
0 commit comments