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 44079b1 commit 79511acCopy full SHA for 79511ac
2 files changed
.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.1
14
coverage: none
15
16
- run: composer create-project nette/code-checker temp/code-checker ^3 --no-progress
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
- run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress --ignore-platform-reqs
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install PHP
20
uses: shivammathur/setup-php@master
21
22
- name: Install composer deps
run: |
0 commit comments