Skip to content

Commit

Permalink
Fix diagnostics for minimum dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Mar 25, 2024
1 parent 4f1119f commit 8906ff2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,21 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.1'
phpcq_install: 'install'
phpcq_flags: ''
composer_install: 'update --prefer-lowest'
- php: '8.1'
phpcq_install: 'update'
phpcq_flags: ''
composer_install: 'update'
- php: '8.2'
phpcq_install: 'update'
phpcq_flags: '--exit-0'
phpcq_flags: ''
composer_install: 'update'
- php: '8.3'
phpcq_install: 'update'
phpcq_flags: ''
composer_install: 'update'

steps:
Expand Down

0 comments on commit 8906ff2

Please sign in to comment.