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 dea3de1 commit 4e49fdcCopy full SHA for 4e49fdc
.github/workflows/coding-style.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: shivammathur/setup-php@v2
12
with:
13
- php-version: 8.0
+ php-version: 8.3
14
coverage: none
15
16
- run: composer create-project nette/code-checker temp/code-checker ^3 --no-progress
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
- run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
.github/workflows/tests.yml
- if: failure()
uses: actions/upload-artifact@v2
- name: output
+ name: output-${{ matrix.php }}
path: tests/output
0 commit comments