File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v4
11
11
- uses : shivammathur/setup-php@v2
12
12
with :
13
- php-version : 8.0
13
+ php-version : 8.3
14
14
coverage : none
15
15
16
16
- run : composer create-project nette/code-checker temp/code-checker ^3 --no-progress
24
24
- uses : actions/checkout@v4
25
25
- uses : shivammathur/setup-php@v2
26
26
with :
27
- php-version : 8.0
27
+ php-version : 8.3
28
28
coverage : none
29
29
30
30
- run : composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ jobs:
105
105
- run : composer install --no-progress --prefer-dist
106
106
- run : vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
107
107
- if : failure()
108
- uses : actions/upload-artifact@v3
108
+ uses : actions/upload-artifact@v4
109
109
with :
110
- name : output
110
+ name : output-${{ matrix.php }}
111
111
path : tests/**/output
112
112
113
113
You can’t perform that action at this time.
0 commit comments