Skip to content

Commit 1df7370

Browse files
authored
removed AE auth patch for NC master branch, updated versions (#72)
As this was merged, we do not need Authentication patch anymore for Nextcloud core. nextcloud/server/pull/39655 --------- Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent 34cfd4c commit 1df7370

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
nextcloud: [ "26.0.3" ]
48+
nextcloud: [ "26.0.4" ]
4949
python: [ "3.9" ]
5050
php-version: [ "8.1" ]
5151
include:
52-
- nextcloud: "27.0.0"
52+
- nextcloud: "27.0.2"
5353
python: "3.10"
5454
php-version: "8.2"
5555

@@ -169,11 +169,11 @@ jobs:
169169
strategy:
170170
fail-fast: false
171171
matrix:
172-
nextcloud: [ "26.0.3" ]
172+
nextcloud: [ "26.0.4" ]
173173
python: [ "3.11" ]
174174
php-version: [ "8.1" ]
175175
include:
176-
- nextcloud: "27.0.0"
176+
- nextcloud: "27.0.2"
177177
python: "3.10"
178178
php-version: "8.2"
179179
env:
@@ -298,7 +298,7 @@ jobs:
298298
strategy:
299299
fail-fast: false
300300
matrix:
301-
nextcloud: [ "27.0.0" ]
301+
nextcloud: [ "27.0.2" ]
302302
python: [ "3.11" ]
303303
php-version: [ "8.2" ]
304304

@@ -490,7 +490,6 @@ jobs:
490490

491491
- name: Install AppEcosystemV2
492492
run: |
493-
patch -p 1 -i apps/app_ecosystem_v2/base_php.patch
494493
php occ app:enable app_ecosystem_v2
495494
cd nc_py_api
496495
coverage run --data-file=.coverage.ci_install tests/_install.py &
@@ -565,7 +564,7 @@ jobs:
565564

566565
- uses: actions/setup-python@v4
567566
with:
568-
python-version: 3.11
567+
python-version: '3.12-dev'
569568

570569
- name: Checkout server
571570
uses: actions/checkout@v3

0 commit comments

Comments
 (0)