Skip to content

Commit

Permalink
Also exclude xdebug for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 29, 2024
1 parent c001486 commit cb2b4bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
- php-version: "8.3"
coverage-driver: "xdebug"

- php-version: "8.4"
coverage-driver: "xdebug"

steps:
- name: Configure Git to avoid issues with line endings
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit cb2b4bf

Please sign in to comment.