File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
9898 needs : [ composer ]
9999 strategy :
100100 matrix :
101- php : [ 8.3, 8. 4 ]
101+ php : [ 8.4 ]
102102
103103 steps :
104104 - uses : actions/download-artifact@v4
@@ -120,7 +120,7 @@ jobs:
120120 needs : [ composer ]
121121 strategy :
122122 matrix :
123- php : [ 8.3, 8. 4 ]
123+ php : [ 8.4 ]
124124
125125 steps :
126126 - uses : actions/download-artifact@v4
@@ -144,7 +144,7 @@ jobs:
144144 needs : [ composer ]
145145 strategy :
146146 matrix :
147- php : [ 8.3, 8. 4 ]
147+ php : [ 8.4 ]
148148
149149 steps :
150150 - uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1111 "phpgt/async" : " ^1.0" ,
1212 "phpgt/promise" : " ^2.3" ,
1313 "phpgt/http" : " ^1.3" ,
14- "phpgt/curl" : " ^3.1.1 " ,
15- "phpgt/json" : " ^1 .2" ,
14+ "phpgt/curl" : " ^3.2 " ,
15+ "phpgt/json" : " ^2 .2" ,
1616 "phpgt/propfunc" : " ^1.0"
1717 },
1818
You can’t perform that action at this time.
0 commit comments