Skip to content

Commit 56b93e9

Browse files
nickvergessenChristophWurst
authored andcommitted
Test against bugfix/noid/install-mysql8-with-php8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent c7cb30d commit 56b93e9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
php-versions: [7.3, 7.4]
11-
nextcloud-versions: ['stable20', 'master']
12-
include:
13-
- php: 8.0
14-
nextcloud-version: master
11+
nextcloud-versions: ['bugfix/noid/install-mysql8-with-php8']
1512
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
1613
steps:
1714
- name: Set up php${{ matrix.php-versions }}
@@ -48,7 +45,7 @@ jobs:
4845
strategy:
4946
matrix:
5047
php-versions: [7.4, 8.0]
51-
nextcloud-versions: ['master']
48+
nextcloud-versions: ['bugfix/noid/install-mysql8-with-php8']
5249
db: ['sqlite', 'mysql', 'pgsql']
5350
name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests
5451
services:

0 commit comments

Comments
 (0)