Skip to content

Commit

Permalink
Fix trusted key
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Mar 25, 2024
1 parent 6a6a032 commit b3c747b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
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 b3c747b

Please sign in to comment.