File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- php : [ 8.1, 8.2, 8. 3, 8.4 ]
15+ php : [ 8.3, 8.4 ]
1616
1717 steps :
1818 - uses : actions/checkout@v4
4242 needs : [ composer ]
4343 strategy :
4444 matrix :
45- php : [ 8.1, 8.2, 8. 3, 8.4 ]
45+ php : [ 8.3, 8.4 ]
4646
4747 outputs :
4848 coverage : ${{ steps.store-coverage.outputs.coverage_text }}
7777 needs : [ phpunit ]
7878 strategy :
7979 matrix :
80- php : [ 8.1, 8.2, 8. 3, 8.4 ]
80+ php : [ 8.3, 8.4 ]
8181
8282 steps :
8383 - uses : actions/checkout@v4
9898 needs : [ composer ]
9999 strategy :
100100 matrix :
101- php : [ 8.1, 8.2, 8. 3, 8.4 ]
101+ php : [ 8.3, 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.1, 8.2, 8. 3, 8.4 ]
123+ php : [ 8.3, 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.1, 8.2, 8. 3, 8.4 ]
147+ php : [ 8.3, 8.4 ]
148148
149149 steps :
150150 - uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments