Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Dec 3, 2024
1 parent 0e93813 commit 524d8d4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ jobs:
strategy:
matrix:
php: ['8.3', '8.4']
prefer: ['--prefer-lowest', '--prefer-stable']
coverage: ['none']
prefer: [--prefer-lowest, --prefer-stable]
coverage: [none]
exclude:
- php: '8.4'
prefer: --prefer-stable
coverage: none
include:
- php: '8.4'
prefer: '--prefer-stable'
coverage: 'xdebug'
prefer: --prefer-stable
coverage: xdebug
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 524d8d4

Please sign in to comment.