File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
outputs :
16
16
matrix : ${{ steps.versions.outputs.sparse-matrix }}
17
+ php-version : ${{ steps.versions.outputs.php-available-list }}
18
+ server-max : ${{ steps.versions.outputs.branches-max-list }}
17
19
steps :
18
20
- name : Checkout app
19
21
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
58
60
matrix :
59
61
php-versions : ${{ fromJson(needs.matrix.outputs.php-version) }}
60
62
server-versions : ${{ fromJson(needs.matrix.outputs.server-max) }}
63
+ mysq-versions : ${{ fromJson(needs.matrix.outputs.mysql-versions) }}
61
64
62
65
name : MySQL ${{ matrix.mysql-versions }} PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}
63
66
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
outputs :
21
21
matrix : ${{ steps.versions.outputs.sparse-matrix }}
22
+ php-version : ${{ steps.versions.outputs.php-available-list }}
23
+ server-max : ${{ steps.versions.outputs.branches-max-list }}
22
24
steps :
23
25
- name : Checkout app
24
26
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
63
65
matrix :
64
66
php-versions : ${{ fromJson(needs.matrix.outputs.php-version) }}
65
67
server-versions : ${{ fromJson(needs.matrix.outputs.server-max) }}
68
+ mysq-versions : ${{ fromJson(needs.matrix.outputs.mysql-versions) }}
66
69
coverage : ['xdebug']
67
70
testsuite : [unit, api]
68
71
xdebug_mode : ['debug']
You can’t perform that action at this time.
0 commit comments