Skip to content

Commit b6dca48

Browse files
committed
Add more PHP versions to the test matrix
1 parent 2b06495 commit b6dca48

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/diagnostics.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,19 @@ 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'
2433
phpcq_install: 'update'
25-
2634
steps:
2735
- name: Pull source
2836
uses: actions/checkout@v2

0 commit comments

Comments
 (0)