Skip to content

Commit

Permalink
removed AE auth patch for NC master branch, updated versions (#72)
Browse files Browse the repository at this point in the history
As this was merged, we do not need Authentication patch anymore for
Nextcloud core.

nextcloud/server/pull/39655

---------

Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 authored Aug 10, 2023
1 parent 34cfd4c commit 1df7370
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "26.0.3" ]
nextcloud: [ "26.0.4" ]
python: [ "3.9" ]
php-version: [ "8.1" ]
include:
- nextcloud: "27.0.0"
- nextcloud: "27.0.2"
python: "3.10"
php-version: "8.2"

Expand Down Expand Up @@ -169,11 +169,11 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "26.0.3" ]
nextcloud: [ "26.0.4" ]
python: [ "3.11" ]
php-version: [ "8.1" ]
include:
- nextcloud: "27.0.0"
- nextcloud: "27.0.2"
python: "3.10"
php-version: "8.2"
env:
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "27.0.0" ]
nextcloud: [ "27.0.2" ]
python: [ "3.11" ]
php-version: [ "8.2" ]

Expand Down Expand Up @@ -490,7 +490,6 @@ jobs:

- name: Install AppEcosystemV2
run: |
patch -p 1 -i apps/app_ecosystem_v2/base_php.patch
php occ app:enable app_ecosystem_v2
cd nc_py_api
coverage run --data-file=.coverage.ci_install tests/_install.py &
Expand Down Expand Up @@ -565,7 +564,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: '3.12-dev'

- name: Checkout server
uses: actions/checkout@v3
Expand Down

0 comments on commit 1df7370

Please sign in to comment.