Skip to content

Commit 0e7ca88

Browse files
committed
Add more php versions to build matrix
1 parent 118d28d commit 0e7ca88

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/diagnostics.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,21 @@ jobs:
1818
include:
1919
- php: 7.4
2020
output: '-o github-action -o default'
21-
phpcq_install: 'install'
21+
phpcq_install: 'update'
2222
- php: 8.0
23-
output: '-o default'
23+
output: '-o github-action -o default'
24+
phpcq_install: 'update'
25+
- php: '8.1'
26+
output: '-o github-action -o default'
27+
phpcq_install: 'update'
28+
- php: '8.2'
29+
output: '-o github-action -o default'
30+
phpcq_install: 'update'
31+
- php: '8.3'
32+
output: '-o github-action -o default'
33+
phpcq_install: 'update'
34+
- php: '8.4'
35+
output: '-o github-action -o default'
2436
phpcq_install: 'update'
2537

2638
steps:

0 commit comments

Comments
 (0)