Skip to content

Commit 29c91ba

Browse files
Merge branch '9.6' into 10.5
2 parents b93556e + d5c1874 commit 29c91ba

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
@@ -246,7 +246,7 @@ jobs:
246246

247247
env:
248248
PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
249-
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
249+
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1, error_reporting=0
250250

251251
steps:
252252
- name: Checkout
@@ -255,7 +255,7 @@ jobs:
255255
- name: Install PHP with extensions
256256
uses: shivammathur/setup-php@v2
257257
with:
258-
php-version: 8.3
258+
php-version: 8.4
259259
coverage: none
260260
extensions: ${{ env.PHP_EXTENSIONS }}
261261
ini-values: ${{ env.PHP_INI_VALUES }}

0 commit comments

Comments
 (0)