File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
Tests :
13
- runs-on : ' ubuntu-latest'
13
+ runs-on : " ubuntu-latest"
14
14
strategy :
15
15
matrix :
16
16
php :
17
- - ' 7.4'
18
- - ' 8.0'
19
- - ' 8.1'
20
- - ' 8.2'
21
- - ' 8.3'
22
- - ' 8.4'
23
- dependencies : ['highest']
17
+ - " 8.1"
18
+ - " 8.2"
19
+ - " 8.3"
20
+ - " 8.4"
21
+ dependencies : ["highest"]
24
22
include :
25
- - description : ' (lowest)'
26
- php : ' 7.4 '
27
- dependencies : ' lowest'
23
+ - description : " (lowest)"
24
+ php : " 8.1 "
25
+ dependencies : " lowest"
28
26
29
27
name : PHP ${{ matrix.php }} ${{ matrix.description }}
30
28
steps :
46
44
- name : " Upload test coverage"
47
45
uses : codecov/codecov-action@v5
48
46
with :
49
- files : ' ./coverage.xml'
47
+ files : " ./coverage.xml"
50
48
fail_ci_if_error : true
51
49
env :
52
50
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^7.4 || ^8.0 " ,
13
+ "php" : " ^8.1 " ,
14
14
"phpstan/phpstan" : " ^2.0" ,
15
15
"thecodingmachine/safe" : " ^1.0 || ^2.0 || ^3.0" ,
16
16
"nikic/php-parser" : " ^5"
You can’t perform that action at this time.
0 commit comments