Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 27 on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen authored and tcitworld committed Jun 16, 2023
1 parent 1311804 commit 022f9a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ jobs:
matrix:
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master']

include:
- php-versions: '8.0'
server-versions: 'stable27'
- php-versions: '8.0'
server-versions: 'stable26'
- php-versions: '7.4'
server-versions: 'stable25'
services:
mysql:
image: ghcr.io/nextcloud/continuous-integration-mariadb-10.6:latest
Expand Down

0 comments on commit 022f9a0

Please sign in to comment.