Skip to content

Commit

Permalink
Fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Jan 9, 2024
1 parent 1061ad3 commit 9ba20ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
- php: 7.4
output: '-o github-action -o default'
phpcq_install: 'install'
- php: 8.0
output: '-o default'
- php: 8.1
output: '-o github-action -o default'
phpcq_install: 'update'
- php: 8.2
output: '-o github-action -o default'
phpcq_install: 'update'

steps:
Expand Down

0 comments on commit 9ba20ae

Please sign in to comment.