Skip to content

Commit

Permalink
Pin to NC30
Browse files Browse the repository at this point in the history
  • Loading branch information
R0Wi committed Aug 31, 2024
1 parent 13e36b0 commit 60bb118
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 305 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.3']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['stable30']

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

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

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

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

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-stable30' ]
php-version: [ '8.1', '8.2', '8.3' ]

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: ['stable30']

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"phpunit/phpcov": "8.2.*",
"nextcloud/coding-standard": "^1.0",
"vimeo/psalm": "^5.15",
"nextcloud/ocp": "dev-master"
"nextcloud/ocp": "dev-stable30"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 60bb118

Please sign in to comment.