File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
name : Nette Code Checker
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
- uses : shivammathur/setup-php@v2
12
12
with :
13
13
php-version : 8.0
@@ -21,11 +21,11 @@ jobs:
21
21
name : Nette Coding Standard
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- uses : shivammathur/setup-php@v2
26
26
with :
27
27
php-version : 8.0
28
28
coverage : none
29
29
30
- - run : composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress --ignore-platform-reqs
30
+ - run : composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
31
31
- run : php temp/coding-standard/ecs check
Original file line number Diff line number Diff line change 10
10
name : PHPStan
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- uses : shivammathur/setup-php@v2
15
15
with :
16
16
php-version : 8.0
Original file line number Diff line number Diff line change 89
89
--health-retries 5
90
90
91
91
steps :
92
- - uses : actions/checkout@v2
92
+ - uses : actions/checkout@v3
93
93
- uses : shivammathur/setup-php@v2
94
94
with :
95
95
php-version : ${{ matrix.php }}
@@ -106,7 +106,7 @@ jobs:
106
106
- run : composer install --no-progress --prefer-dist
107
107
- run : vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
108
108
- if : failure()
109
- uses : actions/upload-artifact@v2
109
+ uses : actions/upload-artifact@v3
110
110
with :
111
111
name : output
112
112
path : tests/**/output
You can’t perform that action at this time.
0 commit comments