File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
strategy :
7
7
matrix :
8
8
php-version :
9
- - ' 8.1'
10
9
- ' 8.2'
10
+ - ' 8.3'
11
+ - ' 8.4'
11
12
12
13
name : PHP ${{ matrix.php-version }}
13
14
49
50
- name : Setup PHP, with composer and extensions
50
51
uses : shivammathur/setup-php@v2
51
52
with :
52
- php-version : 8.1
53
+ php-version : 8.2
53
54
coverage : none
54
55
tools : cs2pr
55
56
75
76
- name : Setup PHP, with composer and extensions
76
77
uses : shivammathur/setup-php@v2
77
78
with :
78
- php-version : 8.1
79
+ php-version : 8.2
79
80
coverage : none
80
81
81
82
- name : Cache composer dependencies
@@ -102,7 +103,7 @@ jobs:
102
103
- name : Setup PHP, with composer and extensions
103
104
uses : shivammathur/setup-php@v2
104
105
with :
105
- php-version : 8.1
106
+ php-version : 8.2
106
107
coverage : pcov
107
108
108
109
- name : Cache composer dependencies
Original file line number Diff line number Diff line change 14
14
analysis :
15
15
image : default-bionic
16
16
environment :
17
- php : 8.1. 2
17
+ php : 8.2
18
18
tests :
19
19
override :
20
20
- php-scrutinizer-run
You can’t perform that action at this time.
0 commit comments