Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! chore: Bisect integration tests
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Feb 28, 2025
commit 05eee8e760fe18c32f746c339b7ed1e3b60c41c8
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ jobs:
strategy:
matrix:
php-versions: ['8.3']
nextcloud-versions: ['fix/dav/create-sab-in-transaction']
nextcloud-versions: ['fix/dav/create-sab-install']
db: ['sqlite', 'mysql', 'pgsql']
cache: ['nocache']
include:
- php-versions: 8.1
nextcloud-versions: 'fix/dav/create-sab-in-transaction'
nextcloud-versions: 'fix/dav/create-sab-install'
db: 'sqlite'
cache: 'redis'
- php-versions: 8.2
nextcloud-versions: 'fix/dav/create-sab-in-transaction'
nextcloud-versions: 'fix/dav/create-sab-install'
db: 'mysql'
cache: 'redis'
- php-versions: 8.2
Expand Down
Loading