Skip to content

Commit

Permalink
Update CI/CD for NC28
Browse files Browse the repository at this point in the history
  • Loading branch information
R0Wi committed Dec 2, 2023
1 parent e7feb00 commit 457bb3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['stable28']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
matrix:
php-versions: ['8.0', '8.1', '8.2']
databases: ['mysql']
server-versions: ['master']
server-versions: ['stable28']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
matrix:
php-versions: ['8.1']
databases: ['pgsql']
server-versions: ['master']
server-versions: ['stable28']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ocp-version: [ 'dev-master' ]
ocp-version: [ 'dev-stable28' ]
php-version: [ '8.0', '8.1', '8.2' ]

name: Nextcloud ${{ matrix.ocp-version }} PHP${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['8.2']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['stable28']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}-COVERAGE

Expand Down

0 comments on commit 457bb3c

Please sign in to comment.