Skip to content

Commit

Permalink
Adjust testing matrix for Nextcloud 25 on master
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
nickvergessen authored and marcelklehr committed Sep 22, 2022
1 parent e940a70 commit 6eafb40
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,22 @@ jobs:
matrix:
php-versions: ['7.4', '8.0', '8.1']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master']
server-versions: ['stable25', 'master']
s3: ['']
container: ['']
include:
- server-versions: master
databases: 'mysql'
php-versions: '8.1'
- server-versions: stable25
php-versions: 8.0
databases: sqlite
container: nextcloud:fpm-alpine
- server-versions: master
php-versions: 8.0
databases: sqlite
container: nextcloud:fpm-alpine
- server-versions: stable25
php-versions: 8.0
databases: mysql
s3: s3
- server-versions: master
php-versions: 8.0
databases: mysql
Expand Down

0 comments on commit 6eafb40

Please sign in to comment.