summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/api-integration-tests.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index dcf31684c..cdfbbfb50 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -41,9 +41,6 @@ jobs:
nextcloud: pre-release
database: sqlite
experimental: true
- exclude: #unsupported combination
- - php-versions: 7.4
- nextcloud: 17
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
@@ -112,7 +109,6 @@ jobs:
- name: Functional tests maintenance
working-directory: ../server
run: |
- ./occ migrations:migrate news
./occ maintenance:repair
- name: Functional tests