Skip to content

Commit d5c1874

Browse files
Merge branch '8.5' into 9.6
2 parents f5e9884 + be63bf5 commit d5c1874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239

240240
env:
241241
PHP_EXTENSIONS: none, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
242-
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
242+
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1, error_reporting=0
243243

244244
steps:
245245
- name: Checkout
@@ -248,7 +248,7 @@ jobs:
248248
- name: Install PHP with extensions
249249
uses: shivammathur/setup-php@v2
250250
with:
251-
php-version: 8.3
251+
php-version: 8.4
252252
coverage: none
253253
extensions: ${{ env.PHP_EXTENSIONS }}
254254
ini-values: ${{ env.PHP_INI_VALUES }}

0 commit comments

Comments
 (0)