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 2b06495 commit b6dca48Copy full SHA for b6dca48
.github/workflows/diagnostics.yml
@@ -18,11 +18,19 @@ 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
phpcq_install: 'update'
-
34
steps:
35
- name: Pull source
36
uses: actions/checkout@v2
0 commit comments