Skip to content

Commit 8e0fbdd

Browse files
Revert "Use PHP 7.4 for code coverage job"
This reverts commit 6013ec0.
1 parent 4950db2 commit 8e0fbdd

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
@@ -210,7 +210,7 @@ jobs:
210210
- name: Install PHP with extensions
211211
uses: shivammathur/setup-php@v2
212212
with:
213-
php-version: 7.4
213+
php-version: 8.4
214214
coverage: xdebug
215215
extensions: none, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
216216
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On

0 commit comments

Comments
 (0)