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 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- php : [ 8.3, 8. 4 ]
15+ php : [ 8.4 ]
1616
1717 steps :
1818 - uses : actions/checkout@v4
4242 needs : [ composer ]
4343 strategy :
4444 matrix :
45- php : [ 8.3, 8. 4 ]
45+ php : [ 8.4 ]
4646
4747 outputs :
4848 coverage : ${{ steps.store-coverage.outputs.coverage_text }}
7777 needs : [ phpunit ]
7878 strategy :
7979 matrix :
80- php : [ 8.3, 8. 4 ]
80+ php : [ 8.4 ]
8181
8282 steps :
8383 - uses : actions/checkout@v4
@@ -101,7 +101,7 @@ jobs:
101101 needs : [ composer ]
102102 strategy :
103103 matrix :
104- php : [ 8.3, 8. 4 ]
104+ php : [ 8.4 ]
105105
106106 steps :
107107 - uses : actions/download-artifact@v4
@@ -124,7 +124,7 @@ jobs:
124124 needs : [ composer ]
125125 strategy :
126126 matrix :
127- php : [ 8.3, 8. 4 ]
127+ php : [ 8.4 ]
128128
129129 steps :
130130 - uses : actions/download-artifact@v4
@@ -148,7 +148,7 @@ jobs:
148148 needs : [ composer ]
149149 strategy :
150150 matrix :
151- php : [ 8.3, 8. 4 ]
151+ php : [ 8.4 ]
152152
153153 steps :
154154 - uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55
66 "require" : {
7- "php" : " >=8.3 " ,
7+ "php" : " >=8.4 " ,
88 "ext-dom" : " *" ,
99 "ext-curl" : " *" ,
1010 "ext-fileinfo" : " *" ,
You can’t perform that action at this time.
0 commit comments