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 12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- php : [ 8.1, 8.2, 8. 3, 8.4 ]
15
+ php : [ 8.3, 8.4 ]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v4
42
42
needs : [ composer ]
43
43
strategy :
44
44
matrix :
45
- php : [ 8.1, 8.2, 8. 3, 8.4 ]
45
+ php : [ 8.3, 8.4 ]
46
46
47
47
outputs :
48
48
coverage : ${{ steps.store-coverage.outputs.coverage_text }}
77
77
needs : [ phpunit ]
78
78
strategy :
79
79
matrix :
80
- php : [ 8.1, 8.2, 8. 3, 8.4 ]
80
+ php : [ 8.3, 8.4 ]
81
81
82
82
steps :
83
83
- uses : actions/checkout@v4
98
98
needs : [ composer ]
99
99
strategy :
100
100
matrix :
101
- php : [ 8.1, 8.2, 8. 3, 8.4 ]
101
+ php : [ 8.3, 8.4 ]
102
102
103
103
steps :
104
104
- uses : actions/download-artifact@v4
@@ -120,7 +120,7 @@ jobs:
120
120
needs : [ composer ]
121
121
strategy :
122
122
matrix :
123
- php : [ 8.1, 8.2, 8. 3, 8.4 ]
123
+ php : [ 8.3, 8.4 ]
124
124
125
125
steps :
126
126
- uses : actions/download-artifact@v4
@@ -144,7 +144,7 @@ jobs:
144
144
needs : [ composer ]
145
145
strategy :
146
146
matrix :
147
- php : [ 8.1, 8.2, 8. 3, 8.4 ]
147
+ php : [ 8.3, 8.4 ]
148
148
149
149
steps :
150
150
- uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments