Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Jan 2, 2025
1 parent 4c4e7ca commit 288927c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
coverage: [none]
exclude:
- php: ${{ needs.php-matrix.outputs.highest }}
dependency-versions: --prefer-stable
dependency-versions: highest
coverage: none
include:
- php: ${{ needs.php-matrix.outputs.highest }}
dependency-versions: --prefer-stable
dependency-versions: highest
coverage: xdebug
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 288927c

Please sign in to comment.