Skip to content

Commit 5ea65a9

Browse files
committed
Scrutinizer: Test with Nextcloud 21 on PHP 8.0
Nextcloud 21 supports PHP 8.0, even though this isn't documented in the system requirements section of the admin manual. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
1 parent 4000eb4 commit 5ea65a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.scrutinizer.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,16 @@ build:
158158
project_setup: *setup
159159
tests: *tests
160160

161+
test-nc21-php80:
162+
environment:
163+
php:
164+
version: 8.0
165+
variables:
166+
NEXTCLOUD: releases/latest-21
167+
dependencies: *dependencies
168+
project_setup: *setup
169+
tests: *tests
170+
161171
test-master-php73:
162172
environment:
163173
php:

0 commit comments

Comments
 (0)