We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118d28d commit 0e7ca88Copy full SHA for 0e7ca88
.github/workflows/diagnostics.yml
@@ -18,9 +18,21 @@ jobs:
18
include:
19
- php: 7.4
20
output: '-o github-action -o default'
21
- phpcq_install: 'install'
+ phpcq_install: 'update'
22
- php: 8.0
23
- output: '-o default'
+ output: '-o github-action -o default'
24
25
+ - php: '8.1'
26
27
28
+ - php: '8.2'
29
30
31
+ - php: '8.3'
32
33
34
+ - php: '8.4'
35
36
phpcq_install: 'update'
37
38
steps:
0 commit comments