Skip to content

Commit

Permalink
fixup! chore: Add Nextcloud 27 support
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Mar 6, 2023
1 parent d31c6d2 commit 567cbb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
ocp-version: [ 'dev-master' ]
ocp-version: [ 'dev-master', 'dev-stable26' ]

name: Nextcloud ${{ matrix.ocp-version }}
steps:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
matrix:
php-versions: ['8.0', '8.1', '8.2']
nextcloud-versions: ['master']
include:
- php-versions: '8.1'
nextcloud-versions: 'stable26'
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up Nextcloud env
Expand Down Expand Up @@ -59,10 +62,10 @@ jobs:
db: ['sqlite', 'mysql', 'pgsql']
include:
- php-versions: 8.1
nextcloud-versions: master
nextcloud-versions: stable26
db: 'pgsql'
- php-versions: 8.2
nextcloud-versions: master
nextcloud-versions: stable26
db: 'sqlite'
name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests
services:
Expand Down

0 comments on commit 567cbb1

Please sign in to comment.