File tree Expand file tree Collapse file tree 7 files changed +154
-151
lines changed Expand file tree Collapse file tree 7 files changed +154
-151
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up PHP
16
16
uses :
shivammathur/[email protected]
17
17
with :
18
- php-version : 8.1
18
+ php-version : 8.2
19
19
coverage : none
20
20
21
21
- name : Checkout code
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
phpstan :
11
11
name : PHPStan
12
- runs-on : ubuntu-20.04
12
+ runs-on : ubuntu-latest
13
13
14
14
steps :
15
15
- name : Setup PHP
16
16
uses : shivammathur/setup-php@v2
17
17
with :
18
- php-version : 8.1
18
+ php-version : 8.2
19
19
coverage : none
20
- tools : phpstan:1.4.6 , cs2pr
20
+ tools : phpstan:1.10 , cs2pr
21
21
22
22
- name : Checkout code
23
23
uses : actions/checkout@v2
@@ -30,15 +30,15 @@ jobs:
30
30
31
31
php-cs-fixer :
32
32
name : PHP-CS-Fixer
33
- runs-on : ubuntu-20.04
33
+ runs-on : ubuntu-latest
34
34
35
35
steps :
36
36
- name : Setup PHP
37
37
uses : shivammathur/setup-php@v2
38
38
with :
39
- php-version : 8.1
39
+ php-version : 8.2
40
40
coverage : none
41
- tools : php-cs-fixer:3.6 , cs2pr
41
+ tools : php-cs-fixer:3.42 , cs2pr
42
42
43
43
- name : Checkout code
44
44
uses : actions/checkout@v2
@@ -48,14 +48,14 @@ jobs:
48
48
49
49
psalm :
50
50
name : Psalm
51
- runs-on : ubuntu-20.04
51
+ runs-on : ubuntu-latest
52
52
steps :
53
53
- name : Setup PHP
54
54
uses : shivammathur/setup-php@v2
55
55
with :
56
- php-version : 8.1
56
+ php-version : 8.2
57
57
coverage : none
58
- tools : vimeo/psalm:4.22 .0
58
+ tools : vimeo/psalm:5.18 .0
59
59
60
60
- name : Checkout code
61
61
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
name : carson-bot
2
2
3
- type : php:8.1
3
+ type : php:8.2
4
4
5
5
runtime :
6
6
extensions :
Original file line number Diff line number Diff line change 4
4
"type" : " project" ,
5
5
"license" : " MIT" ,
6
6
"require" : {
7
- "php" : " >=8.1 " ,
7
+ "php" : " >=8.2 " ,
8
8
"ext-json" : " *" ,
9
9
"composer/package-versions-deprecated" : " ^1.11" ,
10
10
"doctrine/common" : " ^3.0" ,
41
41
},
42
42
"config" : {
43
43
"platform" : {
44
- "php" : " 8.1 "
44
+ "php" : " 8.2 "
45
45
},
46
46
"preferred-install" : {
47
47
"*" : " dist"
You can’t perform that action at this time.
0 commit comments