File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ jobs:
10
10
11
11
steps :
12
12
- name : " checkout"
13
- uses : " actions/checkout@v2 "
13
+ uses : " actions/checkout@v4 "
14
14
15
15
- name : " installing PHP"
16
16
uses : " shivammathur/setup-php@v2"
17
17
with :
18
- php-version : " 8.1"
19
-
20
- - name : " installing php-cs-fixer"
21
- run : " wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.14.4/php-cs-fixer.phar"
18
+ php-version : " 8.3"
19
+ tools : php-cs-fixer
22
20
23
21
- name : " running php-cs-fixer"
24
- run : " php php -cs-fixer.phar fix --dry-run --diff --no-ansi"
22
+ run : " php-cs-fixer fix --dry-run --diff --no-ansi"
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
11
11
steps :
12
12
- name : " checkout"
13
- uses : " actions/checkout@v2 "
13
+ uses : " actions/checkout@v4 "
14
14
15
15
- name : " installing PHP"
16
16
uses : " shivammathur/setup-php@v2"
17
17
with :
18
- php-version : " 8.2 "
18
+ php-version : " 8.3 "
19
19
ini-values : memory_limit=-1
20
20
tools : composer:v2, phpstan, cs2pr
21
21
Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ jobs:
25
25
- " 8.0"
26
26
- " 8.1"
27
27
- " 8.2"
28
+ - " 8.3"
28
29
operating-system :
29
30
- " ubuntu-latest"
30
31
31
32
steps :
32
33
- name : " checkout"
33
- uses : " actions/checkout@v2 "
34
+ uses : " actions/checkout@v4 "
34
35
35
36
- name : " installing PHP"
36
37
uses : " shivammathur/setup-php@v2"
40
41
tools : composer:v2, cs2pr
41
42
42
43
- name : " caching dependencies"
43
- uses : " actions/cache@v2 "
44
+ uses : " actions/cache@v3 "
44
45
with :
45
46
path : |
46
47
~/.composer/cache
You can’t perform that action at this time.
0 commit comments