Skip to content

Commit

Permalink
Bump test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Feb 7, 2024
1 parent 139adae commit 2f3cc51
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:
fail-fast: false
matrix:
include:
- 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 default'
phpcq_install: 'update'
- php: 8.2
output: '-o github-action default'
phpcq_install: 'update'
- php: 8.3
output: '-o github-action default'
phpcq_install: 'update'

steps:
Expand Down

0 comments on commit 2f3cc51

Please sign in to comment.