We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14aaf16 + c35ed22 commit b28fd31Copy full SHA for b28fd31
.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
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
php-version: ${{ matrix.php }}
71
ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
0 commit comments