File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 strategy :
3030 matrix :
3131 php-version : ['8.1', '8.2', '8.3', '8.4']
32- nextcloud-version : ['master', ' stable32', 'stable31', 'stable30']
32+ nextcloud-version : ['stable32', 'stable31', 'stable30']
3333 exclude :
3434 - php-version : ' 8.4'
3535 nextcloud-version : ' stable30'
@@ -59,11 +59,11 @@ jobs:
5959 strategy :
6060 matrix :
6161 php-version : [ '8.4' ]
62- nextcloud-version : [ 'master ' ]
62+ nextcloud-version : [ 'stable32 ' ]
6363 db : [ 'sqlite' ]
6464 include :
6565 - php-version : ' 8.1'
66- nextcloud-version : master
66+ nextcloud-version : stable32
6767 db : ' oci'
6868 - php-version : ' 8.1'
6969 nextcloud-version : stable32
@@ -170,7 +170,7 @@ jobs:
170170 strategy :
171171 matrix :
172172 php-version : [ '8.1', '8.2', '8.3', '8.4' ]
173- nextcloud-version : [ 'master', ' stable32', 'stable31', 'stable30' ]
173+ nextcloud-version : [ 'stable32', 'stable31', 'stable30' ]
174174 exclude :
175175 - php-version : ' 8.4'
176176 nextcloud-version : ' stable30'
Original file line number Diff line number Diff line change 2525 <dependencies >
2626 <php min-version =" 8.1" max-version =" 8.4" />
2727 <lib >gmp</lib >
28- <nextcloud min-version =" 30" max-version =" 33 " />
28+ <nextcloud min-version =" 30" max-version =" 32 " />
2929 </dependencies >
3030
3131 <repair-steps >
You can’t perform that action at this time.
0 commit comments