Skip to content

Commit 838ce86

Browse files
committed
Add PHP 8.1 and 8.2 to the matrix and always generate github action annotations
1 parent a8df5e2 commit 838ce86

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/diagnostics.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
matrix:
1818
include:
1919
- php: 7.4
20-
output: '-o github-action -o default'
2120
phpcq_install: 'install'
2221
- php: 8.0
23-
output: '-o default'
22+
phpcq_install: 'update'
23+
- php: 8.1
24+
phpcq_install: 'update'
25+
- php: 8.2
2426
phpcq_install: 'update'
2527

2628
steps:
@@ -67,7 +69,7 @@ jobs:
6769
run: ./vendor/bin/phpcq ${{ matrix.phpcq_install }} -v
6870

6971
- name: Run tests
70-
run: ./vendor/bin/phpcq run -v ${{ matrix.output }}
72+
run: ./vendor/bin/phpcq run -v -o github-action -o default
7173

7274
- name: Upload build directory to artifact
7375
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)