File tree Expand file tree Collapse file tree 2 files changed +343
-294
lines changed Expand file tree Collapse file tree 2 files changed +343
-294
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 ]
10+ php : [ 8.1, 8.2, 8.3, 8.4 ]
1111
1212 steps :
1313 - uses : actions/checkout@v3
3737 needs : [ composer ]
3838 strategy :
3939 matrix :
40- php : [ 8.1, 8.2 ]
40+ php : [ 8.1, 8.2, 8.3, 8.4 ]
4141
4242 outputs :
4343 coverage : ${{ steps.store-coverage.outputs.coverage_text }}
9090 needs : [ composer ]
9191 strategy :
9292 matrix :
93- php : [ 8.1, 8.2 ]
93+ php : [ 8.1, 8.2, 8.3, 8.4 ]
9494
9595 steps :
9696 - uses : actions/download-artifact@v3
@@ -112,7 +112,7 @@ jobs:
112112 needs : [ composer ]
113113 strategy :
114114 matrix :
115- php : [ 8.1, 8.2 ]
115+ php : [ 8.1, 8.2, 8.3, 8.4 ]
116116
117117 steps :
118118 - uses : actions/download-artifact@v3
@@ -136,7 +136,7 @@ jobs:
136136 needs : [ composer ]
137137 strategy :
138138 matrix :
139- php : [ 8.1, 8.2 ]
139+ php : [ 8.1, 8.2, 8.3, 8.4 ]
140140
141141 steps :
142142 - uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments