Skip to content

Commit

Permalink
Update NC stable29 references
Browse files Browse the repository at this point in the history
  • Loading branch information
R0Wi authored Apr 22, 2024
1 parent 03d197f commit 016a06c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.1']
php-versions: ['8.2']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['stable29']

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

Expand All @@ -37,12 +37,12 @@ jobs:
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Checkout app
uses: actions/checkout@v4
with:
path: apps/${{ env.APP_NAME }}

- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
matrix:
php-versions: ['8.1', '8.2', '8.3']
databases: ['mysql']
server-versions: ['master']
server-versions: ['stable29']

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

Expand Down Expand Up @@ -139,9 +139,9 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.1']
php-versions: ['8.2']
databases: ['pgsql']
server-versions: ['master']
server-versions: ['stable29']

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

Expand Down
4 changes: 2 additions & 2 deletions .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-stable29' ]
php-version: [ '8.1', '8.2', '8.3' ]

name: Nextcloud ${{ matrix.ocp-version }} PHP${{ matrix.php-version }}
Expand All @@ -34,4 +34,4 @@ jobs:
run: composer require --dev nextcloud/ocp:${{ matrix.ocp-version }}

- name: Run coding standards check
run: composer run psalm -- --php-version=${{ matrix.php-version }}
run: composer run psalm -- --php-version=${{ matrix.php-version }}
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: ['stable29']

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-stable29"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 016a06c

Please sign in to comment.