Skip to content

Commit 46a72c3

Browse files
committed
ci: add NC 34 to the CI
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
1 parent e61a6e4 commit 46a72c3

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/nighlty-ci-release-2-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
secrets: inherit
1616
with:
1717
branch: release/2.11
18-
nextcloud_versions: "31 32"
18+
nextcloud_versions: '31 32'

.github/workflows/nighty-ci-release-3-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
secrets: inherit
1616
with:
1717
branch: release/3.0
18-
nextcloud_versions: "33"
18+
nextcloud_versions: '33 34'

.github/workflows/notify-app-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
ELEMENT_ROOM_ID: ${{ secrets.ELEMENT_ROOM_ID }}
2323
NIGHTLY_CI_USER_TOKEN: ${{ secrets.NIGHTLY_CI_USER_TOKEN }}
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
REPO_NAMES: "server groupfolders oidc user_oidc terms_of_service"
25+
REPO_NAMES: 'server groupfolders oidc user_oidc terms_of_service'
2626
run: ./.github/scripts/notify-nc-and-apps-releases.sh

.github/workflows/shared_workflow.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
nextcloud_versions:
1111
required: false
1212
type: string
13-
default: "33"
13+
default: '33 34'
1414
php_versions:
1515
required: false
1616
type: string
17-
default: "8.2 8.3 8.4"
17+
default: '8.2 8.3 8.4'
1818

1919
name: CI
2020

@@ -66,7 +66,7 @@ jobs:
6666
github-token: ${{ secrets.GITHUB_TOKEN }}
6767
lcov-file: ./coverage/jest/lcov.info
6868
delete-old-comments: true
69-
title: "JS Code Coverage"
69+
title: 'JS Code Coverage'
7070

7171
- name: JS coverage check
7272
if: ${{ github.event_name == 'pull_request' }}
@@ -93,9 +93,9 @@ jobs:
9393
env:
9494
NEXTCLOUD_VERSIONS: ${{ inputs.nextcloud_versions }}
9595
PHP_VERSIONS: ${{ inputs.php_versions }}
96-
DEFAULT_PHP_VERSION: "8.3"
97-
DEFAULT_DATABASE: "mysql"
98-
EXTRA_DATABASES: "pgsql"
96+
DEFAULT_PHP_VERSION: '8.3'
97+
DEFAULT_DATABASE: 'mysql'
98+
EXTRA_DATABASES: 'pgsql'
9999
run: |
100100
MATRIX=$(./.github/scripts/generate-matrix.sh)
101101
echo "matrix={\"include\": [$MATRIX]}" >> $GITHUB_OUTPUT
@@ -120,8 +120,8 @@ jobs:
120120
env:
121121
SQL: ${{ matrix.database }}
122122
SERVER_BRANCH: ${{ matrix.nextcloudVersion }}
123-
NEXTCLOUD_AUTOINSTALL: "Yes"
124-
WITH_REDIS: "YES"
123+
NEXTCLOUD_AUTOINSTALL: 'Yes'
124+
WITH_REDIS: 'YES'
125125
ports:
126126
- 80:80
127127
options: --name=nextcloud
@@ -290,7 +290,7 @@ jobs:
290290
github-token: ${{ secrets.GITHUB_TOKEN }}
291291
lcov-file: 'integration_openproject/server/apps/integration_openproject/coverage/php/lcov.info'
292292
delete-old-comments: true
293-
title: "PHP Code Coverage"
293+
title: 'PHP Code Coverage'
294294

295295
- name: PHP coverage check
296296
if: ${{ github.event_name == 'pull_request' && matrix.nextcloudVersion == 'stable33'&& matrix.phpVersion == '8.2' }}

0 commit comments

Comments
 (0)