From bc918dd44363fb50161775a8d2c274c2c6a69f54 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 9 Oct 2020 22:00:02 +0200 Subject: Add php 8.0 to tests Signed-off-by: Sean Molenaar --- .github/workflows/integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index bdd35cca9..edab7e2fb 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -37,6 +37,10 @@ jobs: nextcloud: pre-release database: sqlite experimental: true + - php-versions: 8.0 + nextcloud: pre-release + database: sqlite + experimental: true exclude: #unsupported combination - php-versions: 7.4 nextcloud: 17 -- cgit v1.2.3