Skip to content

Commit

Permalink
chore(ci): Target stable28 of server in all workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Jan 30, 2024
1 parent 973a227 commit 1ab6867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
php-version: [ '8.0', '8.1' ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable28' ]
name: php${{ matrix.php-version }} profiling
services:
mysql-service:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
strategy:
matrix:
php-versions: [ '8.1' ]
nextcloud-versions: [ 'master' ]
nextcloud-versions: [ 'stable28' ]
db: [ 'mysql' ]
include:
- php-versions: '8.0'
nextcloud-versions: master
nextcloud-versions: stable28
db: 'pgsql'
name: Nextcloud${{ matrix.nextcloud-versions }}-${{ matrix.db }} smoke test
services:
Expand Down

0 comments on commit 1ab6867

Please sign in to comment.