File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 operating-system : [ubuntu-latest]
11- php-versions : ['8.0 ']
11+ php-versions : ['8.1 ']
1212 name : PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313
1414 steps :
Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 operating-system : [ubuntu-latest]
11- php-versions : ['8.0 ']
11+ php-versions : ['8.1 ']
1212 name : PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313
1414 steps :
Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 operating-system : [ ubuntu-latest ]
11- php-versions : [ '8.0 ' ]
11+ php-versions : [ '8.1 ' ]
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 operating-system : [ubuntu-latest]
11- php-versions : ['8.0 ']
11+ php-versions : ['8.1 ']
1212 name : PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313
1414 steps :
Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 operating-system : [ ubuntu-latest ]
11- php-versions : [ '8.0', '8. 1' ]
11+ php-versions : [ '8.1' ]
1212 name : PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313
1414 steps :
Original file line number Diff line number Diff line change 5252 }
5353 },
5454 "require" : {
55- "php" : " >=8.0 " ,
55+ "php" : " >=8.1 " ,
5656 "ext-json" : " *" ,
5757 "ext-mbstring" : " *" ,
5858 "ext-openssl" : " *" ,
Original file line number Diff line number Diff line change 2020 }
2121 },
2222 "require" : {
23- "php" : " >=8.0 " ,
23+ "php" : " >=8.1 " ,
2424 "ext-json" : " *" ,
2525 "ext-mbstring" : " *" ,
2626 "brick/math" : " ^0.9" ,
You can’t perform that action at this time.
0 commit comments