File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 20
20
- name : Nette Tester
21
21
run : composer tester
22
22
php :
23
- - 7.3
24
- - 7.4
25
- - 8.0
23
+ - " 7.4 "
24
+ - " 8.0 "
25
+ - " 8.1 "
26
26
27
27
name : ${{ matrix.actions.name }} on PHP ${{ matrix.php }}
28
28
runs-on : ubuntu-latest
52
52
with :
53
53
path : |
54
54
${{ steps.composer-cache.outputs.dir }}
55
- key : ${{ runner.os }}-composer-data-${{ hashFiles('composer.json') }}
55
+ key : ${{ runner.os }}-composer-data-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}
56
56
restore-keys : |
57
57
${{ runner.os }}-composer-data-
58
58
@@ -61,11 +61,11 @@ jobs:
61
61
with :
62
62
path : |
63
63
**/composer.lock
64
- key : ${{ runner.os }}-composer-lock-${{ hashFiles('composer.json') }}
64
+ key : ${{ runner.os }}-composer-lock-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}
65
65
66
66
67
67
- name : Install Composer
68
68
run : composer install --no-progress
69
69
70
70
71
- - run : ${{ matrix.actions.run }}
71
+ - run : ${{ matrix.actions.run }}
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " >=7.3. 4" ,
18
+ "php" : " >=7.4" ,
19
19
"nette/utils" : " ^3.0"
20
20
},
21
21
"autoload" : {
37
37
}
38
38
},
39
39
"require-dev" : {
40
- "phpstan/phpstan" : " ^0.12.50 " ,
41
- "nette/tester" : " ^2.3 "
40
+ "phpstan/phpstan" : " ^0.12.98 " ,
41
+ "nette/tester" : " ^2.4 "
42
42
},
43
43
"scripts" : {
44
44
"phpstan" : " phpstan analyze src --level 8" ,
You can’t perform that action at this time.
0 commit comments