File tree 1 file changed +4
-7
lines changed 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -10,26 +10,23 @@ jobs:
10
10
matrix :
11
11
runs-on : ubuntu-latest-low
12
12
outputs :
13
- matrix : ${{ steps.versions.outputs.sparse-matrix }}
14
- php-min : ${{ steps.versions.outputs.php-min }}
15
- nextcloud-versions : ${{ steps.versions.outputs.branches }}
13
+ php-min-list : ${{ steps.versions.outputs.php-min-list }}
14
+ branches : ${{ steps.versions.outputs.branches }}
16
15
steps :
17
16
- name : Checkout app
18
17
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
18
- name : Get version matrix
20
19
id : versions
21
20
uses : icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
22
- with :
23
- matrix : ' {"node-versions": ["20"]}'
24
21
25
22
frontend-e2e-tests :
26
23
runs-on : ubuntu-latest
27
24
name : Front-end E2E tests
28
25
needs : matrix
29
26
strategy :
30
27
matrix :
31
- php-min : [" ${{ fromJson(needs.matrix.outputs.php-min) }}"]
32
- server-versions : ${{ fromJson(needs.matrix.outputs.nextcloud-versions ) }}
28
+ php-versions : ${{ fromJson(needs.matrix.outputs.php-min-list ) }}
29
+ server-versions : ${{ fromJson(needs.matrix.outputs.branches ) }}
33
30
node-versions : ["20"]
34
31
steps :
35
32
- name : Set up Nextcloud env
You can’t perform that action at this time.
0 commit comments