File tree Expand file tree Collapse file tree 3 files changed +365
-155
lines changed
Expand file tree Collapse file tree 3 files changed +365
-155
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" : " *" ,
1111 "phpgt/input" : " ^1.3" ,
1212 "phpgt/typesafegetter" : " ^1.3" ,
1313 "phpgt/promise" : " ^2.4" ,
1414 "phpgt/async" : " ^1.0" ,
15- "phpgt/json" : " ^1 .2" ,
15+ "phpgt/json" : " ^2 .2" ,
1616 "phpgt/curl" : " ^3.1" ,
1717 "phpgt/propfunc" : " ^1.0" ,
1818 "psr/http-message" : " ^2.0" ,
3636 }
3737 },
3838
39+ "extra" : {
40+ "branch-alias" : {
41+ "dev-master" : " 1.3-dev"
42+ }
43+ },
44+
3945 "funding" : [
4046 {
4147 "type" : " github" ,
You can’t perform that action at this time.
0 commit comments