File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- php : [ 8.1 , 8.2, 8.3 ]
10+ php : [ 8.3 , 8.4 ]
1111
1212 steps :
1313 - uses : actions/checkout@v4
3737 needs : [ composer ]
3838 strategy :
3939 matrix :
40- php : [ 8.1 , 8.2, 8.3 ]
40+ php : [ 8.3 , 8.4 ]
4141
4242 outputs :
4343 coverage : ${{ steps.store-coverage.outputs.coverage_text }}
7373 needs : [ phpunit ]
7474 strategy :
7575 matrix :
76- php : [ 8.1 , 8.2, 8.3 ]
76+ php : [ 8.3 , 8.4 ]
7777
7878 steps :
7979 - uses : actions/download-artifact@v4
9494 needs : [ composer ]
9595 strategy :
9696 matrix :
97- php : [ 8.1 , 8.2, 8.3 ]
97+ php : [ 8.3 , 8.4 ]
9898
9999 steps :
100100 - uses : actions/download-artifact@v4
@@ -117,7 +117,7 @@ jobs:
117117 needs : [ composer ]
118118 strategy :
119119 matrix :
120- php : [ 8.1 , 8.2, 8.3 ]
120+ php : [ 8.3 , 8.4 ]
121121
122122 steps :
123123 - uses : actions/download-artifact@v4
@@ -141,7 +141,7 @@ jobs:
141141 needs : [ composer ]
142142 strategy :
143143 matrix :
144- php : [ 8.1 , 8.2, 8.3 ]
144+ php : [ 8.3 , 8.4 ]
145145
146146 steps :
147147 - uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55
66 "require" : {
7- "php" : " >=8.1 "
7+ "php" : " >=8.3 "
88 },
99 "require-dev" : {
1010 "phpstan/phpstan" : " ^1.10" ,
You can’t perform that action at this time.
0 commit comments