Skip to content

Commit

Permalink
Revert "Use PHP 8.4 for code coverage job"
Browse files Browse the repository at this point in the history
This reverts commit 1d34cc7.
  • Loading branch information
sebastianbergmann committed Sep 15, 2024
1 parent 1d34cc7 commit 771d2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
php-version: 8.3
coverage: xdebug
extensions: none, ctype, curl, dom, json, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
Expand Down

0 comments on commit 771d2ed

Please sign in to comment.