Skip to content
Merged
Changes from all commits
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
Update test.yml
  • Loading branch information
nickvergessen authored Jan 20, 2022
commit fb9acc21070d82a27b3f1edab113770dbcf030d0
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
php-versions: [7.3, 7.4, 8.0]
nextcloud-versions: ['master']
nextcloud-versions: ['stable23']
db: ['sqlite', 'mysql', 'pgsql']
name: Nextcloud ${{ matrix.nextcloud-versions }} and php${{ matrix.php-versions }} smoke test
services:
Expand Down