File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -230,22 +230,24 @@ jobs:
230
230
matrix :
231
231
runs-on : ubuntu-latest-low
232
232
outputs :
233
- matrix : ${{ steps.versions.outputs.sparse-matrix }}
233
+ php-min-list : ${{ steps.versions.outputs.php-min-list }}
234
+ branches : ${{ steps.versions.outputs.branches }}
234
235
steps :
235
236
- name : Checkout app
236
237
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
237
238
- name : Get version matrix
238
239
id : versions
239
240
uses : icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
240
- with :
241
- matrix : ' {"node-versions": ["20"]}'
242
241
243
242
frontend-e2e-tests :
244
243
runs-on : ubuntu-latest
245
244
name : Front-end E2E tests
246
245
needs : matrix
247
246
strategy :
248
- matrix : ${{ fromJson(needs.matrix.outputs.matrix) }}
247
+ matrix :
248
+ php-versions : ${{ fromJson(needs.matrix.outputs.php-min-list) }}
249
+ server-versions : ${{ fromJson(needs.matrix.outputs.branches) }}
250
+ node-versions : ["20"]
249
251
steps :
250
252
- name : Set up Nextcloud env
251
253
uses : ChristophWurst/setup-nextcloud@fc0790385c175d97e88a7cb0933490de6e990374 # v0.3.2
You can’t perform that action at this time.
0 commit comments