Skip to content

Commit be63bf5

Browse files
Build PHAR using PHP 8.4
1 parent 635e0fb commit be63bf5

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
@@ -241,7 +241,7 @@ jobs:
241241

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

246246
steps:
247247
- name: Checkout
@@ -250,7 +250,7 @@ jobs:
250250
- name: Install PHP with extensions
251251
uses: shivammathur/setup-php@v2
252252
with:
253-
php-version: 8.3
253+
php-version: 8.4
254254
coverage: none
255255
extensions: ${{ env.PHP_EXTENSIONS }}
256256
ini-values: ${{ env.PHP_INI_VALUES }}

0 commit comments

Comments
 (0)