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 8714047 + b11f979 commit 2a183a0Copy full SHA for 2a183a0
.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@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
+ uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
24
with:
25
php-version: 'latest'
26
coverage: none
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
php-version: ${{ matrix.php }}
92
ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
0 commit comments