File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ on: [pull_request]
6
6
jobs :
7
7
phpstan :
8
8
name : PHPStan
9
- runs-on : Ubuntu-20 .04
9
+ runs-on : Ubuntu-22 .04
10
10
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Cache PHPStan
16
- uses : actions/cache@v2
16
+ uses : actions/cache@v4
17
17
with :
18
18
path : .github/.cache/phpstan/
19
19
key : phpstan-${{ github.sha }}
26
26
coverage : none
27
27
28
28
- name : Download dependencies
29
- uses : ramsey/composer-install@v2
29
+ uses : ramsey/composer-install@v3
30
30
with :
31
31
composer-options : --no-interaction --prefer-dist --optimize-autoloader
32
32
@@ -40,21 +40,21 @@ jobs:
40
40
name : PHP-CS-Fixer
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v4
44
44
- name : PHP-CS-Fixer
45
45
uses : docker://oskarstark/php-cs-fixer-ga
46
46
with :
47
47
args : --diff --dry-run
48
48
49
49
psalm :
50
50
name : Psalm
51
- runs-on : Ubuntu-20 .04
51
+ runs-on : Ubuntu-22 .04
52
52
steps :
53
53
- name : Checkout code
54
- uses : actions/checkout@v2
54
+ uses : actions/checkout@v4
55
55
56
56
- name : Cache Psalm
57
- uses : actions/cache@v2
57
+ uses : actions/cache@v4
58
58
with :
59
59
path : .github/.cache/psalm/
60
60
key : psalm-${{ github.sha }}
67
67
coverage : none
68
68
69
69
- name : Download dependencies
70
- uses : ramsey/composer-install@v1
70
+ uses : ramsey/composer-install@v3
71
71
with :
72
72
composer-options : --no-interaction --prefer-dist --optimize-autoloader
73
73
You can’t perform that action at this time.
0 commit comments