Skip to content

Commit 7702037

Browse files
Use PHP 8.4 for code coverage job
1 parent d1930fa commit 7702037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
- name: Install PHP with extensions
213213
uses: shivammathur/setup-php@v2
214214
with:
215-
php-version: 8.3
215+
php-version: 8.4
216216
coverage: xdebug
217217
extensions: none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
218218
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On

0 commit comments

Comments
 (0)