File tree 5 files changed +365
-491
lines changed
5 files changed +365
-491
lines changed Original file line number Diff line number Diff line change 6
6
strategy :
7
7
matrix :
8
8
php-version :
9
- - ' 8.0'
10
9
- ' 8.1'
11
10
- ' 8.2'
12
11
- ' 8.3'
51
50
- name : Setup PHP, with composer and extensions
52
51
uses : shivammathur/setup-php@v2
53
52
with :
54
- php-version : 8.0
53
+ php-version : 8.1
55
54
coverage : none
56
55
tools : cs2pr
57
56
77
76
- name : Setup PHP, with composer and extensions
78
77
uses : shivammathur/setup-php@v2
79
78
with :
80
- php-version : 8.0
79
+ php-version : 8.1
81
80
coverage : none
82
81
83
82
- name : Cache composer dependencies
@@ -104,7 +103,7 @@ jobs:
104
103
- name : Setup PHP, with composer and extensions
105
104
uses : shivammathur/setup-php@v2
106
105
with :
107
- php-version : 8.0
106
+ php-version : 8.1
108
107
coverage : pcov
109
108
110
109
- name : Cache composer dependencies
Original file line number Diff line number Diff line change 88
88
'mb_str_functions ' => true ,
89
89
'method_argument_space ' => true ,
90
90
'method_chaining_indentation ' => true ,
91
- 'modernize_strpos ' => false , // Require PHP 8.0
91
+ 'modernize_strpos ' => true ,
92
92
'modernize_types_casting ' => true ,
93
93
'multiline_comment_opening_closing ' => true ,
94
94
'multiline_whitespace_before_semicolons ' => true ,
Original file line number Diff line number Diff line change 13
13
]
14
14
},
15
15
"require" : {
16
- "php" : " ^8.0 " ,
16
+ "php" : " ^8.1 " ,
17
17
"ext-dom" : " *" ,
18
18
"ext-libxml" : " *" ,
19
19
"ext-simplexml" : " *" ,
You can’t perform that action at this time.
0 commit comments