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 a8df5e2 commit 838ce86Copy full SHA for 838ce86
.github/workflows/diagnostics.yml
@@ -17,10 +17,12 @@ jobs:
17
matrix:
18
include:
19
- php: 7.4
20
- output: '-o github-action -o default'
21
phpcq_install: 'install'
22
- php: 8.0
23
- output: '-o default'
+ phpcq_install: 'update'
+ - php: 8.1
24
25
+ - php: 8.2
26
phpcq_install: 'update'
27
28
steps:
@@ -67,7 +69,7 @@ jobs:
67
69
run: ./vendor/bin/phpcq ${{ matrix.phpcq_install }} -v
68
70
71
- name: Run tests
- run: ./vendor/bin/phpcq run -v ${{ matrix.output }}
72
+ run: ./vendor/bin/phpcq run -v -o github-action -o default
73
74
- name: Upload build directory to artifact
75
uses: actions/upload-artifact@v2
0 commit comments