From f89fb6123d65142b766f5809b58452b7613eafb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:01:22 +0000 Subject: Bump skjnldsv/read-package-engines-version-actions from 1.2 to 2.0 Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 1.2 to 2.0. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v1.2...v2.0) --- updated-dependencies: - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index c08763ea9..b44304353 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v3 - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v1.2 + uses: skjnldsv/read-package-engines-version-actions@v2.0 id: versions with: fallbackNode: '^12' -- cgit v1.2.3 From 2ec7b78816f6fcbfcc4486b2658f3ec5e2f72b72 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 23 Dec 2022 12:52:04 +0100 Subject: Update .github/workflows/lint-eslint.yml Co-authored-by: Sean Molenaar Signed-off-by: Benjamin Brahmer --- .github/workflows/lint-eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index b44304353..30b061a5a 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -28,7 +28,7 @@ jobs: uses: skjnldsv/read-package-engines-version-actions@v2.0 id: versions with: - fallbackNode: '^12' + fallbackNode: '^16' fallbackNpm: '^6' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} -- cgit v1.2.3 From 343aa5e2f79b5cfe4b4d780d4ce4573da03045cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 16:56:34 +0100 Subject: Bump svenstaro/upload-release-action from 2.3.0 to 2.4.0 (#2052) --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 06b1f4c3d..9ae9c3588 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -52,7 +52,7 @@ jobs: app_public_crt: ${{ secrets.APP_PUBLIC_CRT }} - name: Upload app tarball to release - uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575 + uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208 id: attach_to_release with: repo_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3 From c8800fcbc2cc79494f547231313692aca4046b29 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 27 Jan 2023 11:24:09 +0100 Subject: Nextcloud 23 is EOL Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 484bf38b3..bfbb320aa 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: php-versions: ['7.4', '8.0'] - nextcloud: ['stable23', 'stable24', 'stable25'] + nextcloud: ['stable24', 'stable25'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: -- cgit v1.2.3 From f296d35c6d1defe532f248face0576421a6f019f Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 29 Jan 2023 20:23:21 +0100 Subject: fix failing frontend tests https://github.com/actions/runner-images/issues/6704 Signed-off-by: Benjamin Brahmer --- .github/workflows/frontend-nodejs-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml index d78409ae4..d9b2ceff7 100644 --- a/.github/workflows/frontend-nodejs-tests.yml +++ b/.github/workflows/frontend-nodejs-tests.yml @@ -4,7 +4,7 @@ on: jobs: php: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 continue-on-error: ${{ matrix.experimental }} name: "Frontend: Nextcloud ${{ matrix.nextcloud }} - PHP ${{ matrix.php-versions }} - DB ${{ matrix.database }}" strategy: -- cgit v1.2.3 From c4dfd8e19608a4661472e0abcddf0ff9d54fc197 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 29 Jan 2023 20:58:08 +0100 Subject: add pr template Signed-off-by: Benjamin Brahmer --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..ff211fb84 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ + +* Resolves: # + +## Summary + + + +## Checklist + +- Code is [properly formatted](https://nextcloud.github.io/news/developer/#coding-style-guidelines) +- [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits +- Changelog entry added for all important changes. -- cgit v1.2.3 From 3988ae950f7bebff6d2eb026c06f8b0363c62db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:01:40 +0000 Subject: Bump svenstaro/upload-release-action from 2.4.0 to 2.4.1 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/2728235f7dc9ff598bd86ce3c274b74f802d2208...cc92c9093e5f785e23a3d654fe2671640b851b5f) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 9ae9c3588..aa8102315 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -52,7 +52,7 @@ jobs: app_public_crt: ${{ secrets.APP_PUBLIC_CRT }} - name: Upload app tarball to release - uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208 + uses: svenstaro/upload-release-action@cc92c9093e5f785e23a3d654fe2671640b851b5f id: attach_to_release with: repo_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3 From fa8f5918c1876eb8c69fb726e10d6b6a6e738acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:26:09 +0100 Subject: Build(deps): Bump svenstaro/upload-release-action from 2.4.1 to 2.5.0 (#2113) Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/cc92c9093e5f785e23a3d654fe2671640b851b5f...7319e4733ec7a184d739a6f412c40ffc339b69c7) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index aa8102315..554818fd7 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -52,7 +52,7 @@ jobs: app_public_crt: ${{ secrets.APP_PUBLIC_CRT }} - name: Upload app tarball to release - uses: svenstaro/upload-release-action@cc92c9093e5f785e23a3d654fe2671640b851b5f + uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 id: attach_to_release with: repo_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3 From 501f2a2be6a5a376816346a9058ace1be4a185ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:29:48 +0000 Subject: Build(deps): Update SMillerDev/nextcloud-actions requirement to main Updates the requirements on [SMillerDev/nextcloud-actions](https://github.com/SMillerDev/nextcloud-actions) to permit the latest version. - [Release notes](https://github.com/SMillerDev/nextcloud-actions/releases) - [Commits](https://github.com/SMillerDev/nextcloud-actions/commits/d3d8e8441cc7adaee87a887aab20ce184c73f2e5) --- updated-dependencies: - dependency-name: SMillerDev/nextcloud-actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 554818fd7..00690ef1e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -29,7 +29,7 @@ jobs: coverage: none - name: Set up server non MySQL - uses: SMillerDev/nextcloud-actions/setup-nextcloud@fae87e29aa7cdf1ea0b8033c67f60e75b10be2cd + uses: SMillerDev/nextcloud-actions/setup-nextcloud@main with: cron: false version: ${{ matrix.nextcloud }} @@ -39,7 +39,7 @@ jobs: run: make - name: Configure server with app - uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@fae87e29aa7cdf1ea0b8033c67f60e75b10be2cd + uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main with: app: ${{ env.APP_NAME }} check-code: false -- cgit v1.2.3 From d11f0cafab52b8e83d51007de5eca562de0f1f95 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 6 Mar 2023 14:42:16 +0100 Subject: use stable26 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 16 ++++++++++------ .github/workflows/api-php-static-code-check.yml | 10 +++++++--- .github/workflows/api-php-tests.yml | 4 ++-- .github/workflows/build-release.yml | 2 +- .github/workflows/post-merge-tasks.yml | 2 +- 5 files changed, 21 insertions(+), 13 deletions(-) (limited to '.github') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index bfbb320aa..913fd0b6d 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -28,21 +28,25 @@ jobs: - 5432:5432 # Maps tcp port 5432 on service container to the host strategy: matrix: - php-versions: ['7.4', '8.0'] - nextcloud: ['stable24', 'stable25'] + php-versions: ['8.0', '8.1'] + nextcloud: ['stable24', 'stable25', 'stable26'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: - - php-versions: '8.0' + - php-versions: 8.1 nextcloud: pre-release database: sqlite experimental: true - - php-versions: '8.2' + - php-versions: 8.2 nextcloud: pre-release database: sqlite experimental: true - - php-versions: 8.1 - nextcloud: stable25 + - php-versions: 7.4 + nextcloud: stable24 + database: sqlite + experimental: false + - php-versions: 8.2 + nextcloud: stable26 database: sqlite experimental: false steps: diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml index 57776f400..33261942a 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -7,14 +7,18 @@ jobs: continue-on-error: true strategy: matrix: - php-versions: [ '7.4', '8.0', '8.1' ] - nextcloud: [ 'stable25' ] + php-versions: ['8.0', '8.1', '8.2' ] + nextcloud: [ 'stable26' ] database: [ 'sqlite' ] include: - - php-versions: '8.2' + - php-versions: 8.2 nextcloud: pre-release database: sqlite experimental: true + - php-versions: 7.4 + nextcloud: stable24 + database: sqlite + experimental: false name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ matrix.php-versions }}" steps: - name: Checkout diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index 0a2635316..f5f75a095 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -10,13 +10,13 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable25'] + nextcloud: ['stable26'] database: ['sqlite'] experimental: [false] codecoverage: [false] include: - php-versions: 8.0 - nextcloud: stable24 + nextcloud: stable25 database: sqlite experimental: false codecoverage: true diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 00690ef1e..656a371fa 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable25'] + nextcloud: ['stable26'] database: ['sqlite'] steps: - name: Checkout diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml index 6385657d3..cb25e7cd7 100644 --- a/.github/workflows/post-merge-tasks.yml +++ b/.github/workflows/post-merge-tasks.yml @@ -10,7 +10,7 @@ jobs: name: "Coverage: Nextcloud PHP ${{ matrix.php-versions }}" strategy: matrix: - nextcloud: ['stable25'] + nextcloud: ['stable26'] steps: - name: Checkout uses: actions/checkout@v3 -- cgit v1.2.3 From a6fa8f9a51d4270d5aaec9c3d7cc2ecad53b5b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:57:04 +0000 Subject: Build(deps): Bump skjnldsv/read-package-engines-version-actions Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 2.0 to 2.1. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v2.0...v2.1) --- updated-dependencies: - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index 30b061a5a..54bbca3f3 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v3 - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v2.0 + uses: skjnldsv/read-package-engines-version-actions@v2.1 id: versions with: fallbackNode: '^16' -- cgit v1.2.3 From 84c2ba538c3cc199720d24c0bf680bf496b46826 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 24 Oct 2022 17:16:08 +0200 Subject: Create tests for the updating and purging functions via the API Signed-off-by: Benjamin Brahmer --- .github/workflows/updater-test.yml | 80 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 .github/workflows/updater-test.yml (limited to '.github') diff --git a/.github/workflows/updater-test.yml b/.github/workflows/updater-test.yml new file mode 100644 index 000000000..3f862d2aa --- /dev/null +++ b/.github/workflows/updater-test.yml @@ -0,0 +1,80 @@ +name: Updater Tests +on: + pull_request + +env: + POSTGRES_PASSWORD: nc_test_db + MYSQL_USER: nc_test + MYSQL_PASSWORD: nc_test_db + MYSQL_DATABASE: nc_test + MYSQL_PORT: 3800 + +jobs: + integration: + runs-on: ubuntu-latest + continue-on-error: ${{ matrix.experimental }} + name: "Update Test: Nextcloud ${{ matrix.nextcloud }} - PHP ${{ matrix.php-versions }}" + strategy: + matrix: + php-versions: ['8.1'] + nextcloud: ['stable26'] + database: ['sqlite'] + experimental: [false] + steps: + - name: Checkout + uses: actions/checkout@v3 + with: + submodules: recursive + + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php-versions }} + extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip + coverage: none + + - name: Setup BATS & httpie + run: sudo apt-get install -y httpie && npm install -g bats@1.7.0 + + - name: Set up server + uses: SMillerDev/nextcloud-actions/setup-nextcloud@main + with: + version: ${{ matrix.nextcloud }} + cron: true + database-type: ${{ matrix.database }} + database-host: localhost + database-port: 5432 + database-name: postgres + database-user: postgres + database-password: ${{ env.POSTGRES_PASSWORD }} + + - name: Prime app build + run: make + + - name: Configure server with app + uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main + with: + app: 'news' + check-code: false + force: ${{ matrix.experimental }} + + - name: Install composer install php-feed-generator + working-directory: ../server + run: composer install -d apps/news/tests/test_helper/php-feed-generator + + - name: Run Updater tests + working-directory: ../server + run: | + php -S localhost:8080 &> /tmp/webserver.log & + cd apps/news/tests/test_helper/feeds && php -S localhost:8090 &> /tmp/feedserver.log & + + sleep 2 + + cd ${{ github.workspace }}/../server + + bats apps/news/tests/updater + + # Kill php server + kill %1 + kill %2 + -- cgit v1.2.3 From b3c17e2edbe36b0148903ea9783ebe725e5dc769 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 6 May 2023 09:00:10 +0200 Subject: Drop support for NC 24 add support for NC 27 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 4 ++-- .github/workflows/api-php-static-code-check.yml | 2 +- .github/workflows/frontend-nodejs-tests.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 913fd0b6d..3d70e5d80 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1'] - nextcloud: ['stable24', 'stable25', 'stable26'] + nextcloud: ['stable25', 'stable26'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: @@ -42,7 +42,7 @@ jobs: database: sqlite experimental: true - php-versions: 7.4 - nextcloud: stable24 + nextcloud: stable25 database: sqlite experimental: false - php-versions: 8.2 diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml index 33261942a..932340f00 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -16,7 +16,7 @@ jobs: database: sqlite experimental: true - php-versions: 7.4 - nextcloud: stable24 + nextcloud: stable25 database: sqlite experimental: false name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ matrix.php-versions }}" diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml index d9b2ceff7..84411b689 100644 --- a/.github/workflows/frontend-nodejs-tests.yml +++ b/.github/workflows/frontend-nodejs-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable24'] + nextcloud: ['stable26'] database: ['sqlite'] experimental: [false] steps: -- cgit v1.2.3 From a97cde9fee4aa86c622cd2a4eab82823d562b5ed Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 18 May 2023 11:15:53 +0200 Subject: add testing on stable27 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 2 +- .github/workflows/api-php-static-code-check.yml | 2 +- .github/workflows/api-php-tests.yml | 2 +- .github/workflows/build-release.yml | 2 +- .github/workflows/frontend-nodejs-tests.yml | 2 +- .github/workflows/post-merge-tasks.yml | 2 +- .github/workflows/updater-test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 3d70e5d80..b8d6cd5ad 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1'] - nextcloud: ['stable25', 'stable26'] + nextcloud: ['stable25', 'stable26', 'stable27'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml index 932340f00..4afd9eaf1 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1', '8.2' ] - nextcloud: [ 'stable26' ] + nextcloud: [ 'stable27' ] database: [ 'sqlite' ] include: - php-versions: 8.2 diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index f5f75a095..271b8c3bc 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable26'] + nextcloud: ['stable27'] database: ['sqlite'] experimental: [false] codecoverage: [false] diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 656a371fa..237a8ceab 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable26'] + nextcloud: ['stable27'] database: ['sqlite'] steps: - name: Checkout diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml index 84411b689..e077e7d1b 100644 --- a/.github/workflows/frontend-nodejs-tests.yml +++ b/.github/workflows/frontend-nodejs-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable26'] + nextcloud: ['stable27'] database: ['sqlite'] experimental: [false] steps: diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml index cb25e7cd7..ea446f0ce 100644 --- a/.github/workflows/post-merge-tasks.yml +++ b/.github/workflows/post-merge-tasks.yml @@ -10,7 +10,7 @@ jobs: name: "Coverage: Nextcloud PHP ${{ matrix.php-versions }}" strategy: matrix: - nextcloud: ['stable26'] + nextcloud: ['stable27'] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/updater-test.yml b/.github/workflows/updater-test.yml index 3f862d2aa..eb5901a51 100644 --- a/.github/workflows/updater-test.yml +++ b/.github/workflows/updater-test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable26'] + nextcloud: ['stable27'] database: ['sqlite'] experimental: [false] steps: -- cgit v1.2.3 From 0d16ae7cb2010f1717a294bbd3e60402f52a8462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 12:57:52 +0000 Subject: Build(deps): Bump svenstaro/upload-release-action from 2.5.0 to 2.6.0 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/7319e4733ec7a184d739a6f412c40ffc339b69c7...58d525808845e4c8ff229ea1d5d7c496504a79bc) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 237a8ceab..d2bb7a6c0 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -52,7 +52,7 @@ jobs: app_public_crt: ${{ secrets.APP_PUBLIC_CRT }} - name: Upload app tarball to release - uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 + uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc id: attach_to_release with: repo_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3 From c0f82b94a43cb6b6bd717dd1f9fa458a36ac1290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 12:56:53 +0000 Subject: Build(deps): Bump skjnldsv/read-package-engines-version-actions Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 2.1 to 2.2. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v2.1...v2.2) --- updated-dependencies: - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index 54bbca3f3..ec439166b 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v3 - name: Read package.json node and npm engines version - uses: skjnldsv/read-package-engines-version-actions@v2.1 + uses: skjnldsv/read-package-engines-version-actions@v2.2 id: versions with: fallbackNode: '^16' -- cgit v1.2.3 From de0aba3068b1d4810236a740ae9626c2a05d876d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:57:51 +0000 Subject: Build(deps): Bump svenstaro/upload-release-action from 2.6.0 to 2.6.1 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/58d525808845e4c8ff229ea1d5d7c496504a79bc...2b9d2847a97b04d02ad5c3df2d3a27baa97ce689) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index d2bb7a6c0..636235de0 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -52,7 +52,7 @@ jobs: app_public_crt: ${{ secrets.APP_PUBLIC_CRT }} - name: Upload app tarball to release - uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc + uses: svenstaro/upload-release-action@2b9d2847a97b04d02ad5c3df2d3a27baa97ce689 id: attach_to_release with: repo_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3 From 32a1819bdcb79e8ef49437625cf2a5a0936f4e86 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Tue, 11 Jul 2023 16:48:54 +0200 Subject: remove matcher Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 3 --- .github/workflows/api-php-tests.yml | 3 --- 2 files changed, 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index b8d6cd5ad..16ea84198 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -130,9 +130,6 @@ jobs: kill %1 kill %2 - - name: Setup problem matchers for PHP - run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" - - name: Functional tests maintenance working-directory: ../server run: | diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index 271b8c3bc..66e6e5cbd 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -50,9 +50,6 @@ jobs: app: 'news' check-code: false - - name: Setup problem matchers for PHPUnit - run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - - name: Prep PHP tests working-directory: ../server/apps/news run: make php-test-dependencies -- cgit v1.2.3 From 499511e1a7080ab398b9738f0a260ef53c907146 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 23 Jul 2023 14:56:40 +0200 Subject: Release 22.0.0 Changed - Support deflate and gzip compression for HTTP response bodies (#2269) - Broke apart old FAQ into different guides. Deprecated old FAQ (#2285) Signed-off-by: Benjamin Brahmer --- .github/workflows/api-php-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index 66e6e5cbd..dae893f22 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable27'] + nextcloud: ['stable26', 'stable27'] database: ['sqlite'] experimental: [false] codecoverage: [false] -- cgit v1.2.3 From de0db5dc0fd2ac9100b756ed97ce7c77c3c7f65c Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 18 May 2023 07:43:58 +0200 Subject: Drop support for PHP 7.4 new min. version is php 8.0 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 4 ---- .github/workflows/api-php-static-code-check.yml | 4 ---- 2 files changed, 8 deletions(-) (limited to '.github') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 16ea84198..3387861a5 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -41,10 +41,6 @@ jobs: nextcloud: pre-release database: sqlite experimental: true - - php-versions: 7.4 - nextcloud: stable25 - database: sqlite - experimental: false - php-versions: 8.2 nextcloud: stable26 database: sqlite diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml index 4afd9eaf1..37035c244 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -15,10 +15,6 @@ jobs: nextcloud: pre-release database: sqlite experimental: true - - php-versions: 7.4 - nextcloud: stable25 - database: sqlite - experimental: false name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ matrix.php-versions }}" steps: - name: Checkout -- cgit v1.2.3 From 9a8e09d80a154f03147d96bfa6b9353b0c472ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:58:17 +0000 Subject: Build(deps): Bump svenstaro/upload-release-action from 2.6.1 to 2.7.0 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/2b9d2847a97b04d02ad5c3df2d3a27baa97ce689...1beeb572c19a9242f4361f4cee78f8e0d9aec5df) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 636235de0..c13e5affb 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -52,7 +52,7 @@ jobs: app_public_crt: ${{ secrets.APP_PUBLIC_CRT }} - name: Upload app tarball to release - uses: svenstaro/upload-release-action@2b9d2847a97b04d02ad5c3df2d3a27baa97ce689 + uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df id: attach_to_release with: repo_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3 From b51298ea7ee289a6743c06945397f75162c7e360 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Wed, 9 Aug 2023 16:02:28 +0200 Subject: fix codecoverage never executed Signed-off-by: Benjamin Brahmer --- .github/workflows/post-merge-tasks.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml index ea446f0ce..b7447a4dd 100644 --- a/.github/workflows/post-merge-tasks.yml +++ b/.github/workflows/post-merge-tasks.yml @@ -7,10 +7,12 @@ jobs: php: runs-on: ubuntu-latest continue-on-error: false - name: "Coverage: Nextcloud PHP ${{ matrix.php-versions }}" + name: "Coverage: Nextcloud ${{ matrix.nextcloud }} PHP ${{ matrix.php-version }}" strategy: matrix: nextcloud: ['stable27'] + codecoverage: [true] + php-version: ["8.1"] steps: - name: Checkout uses: actions/checkout@v3 @@ -18,7 +20,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: ${{ matrix.php-version }} ### Back to normal setup - name: Set up server non MySQL @@ -39,7 +41,11 @@ jobs: - name: Prep PHP tests run: cd ../server/apps/news && make php-test-dependencies + - name: Unittests run: cd ../server/apps/news && make unit-test + env: + CODECOVERAGE: ${{ matrix.codecoverage }} + - name: Upload codecoverage run: cd ../server/apps/news && bash <(curl -s https://codecov.io/bash) -f build/php-unit.clover -- cgit v1.2.3 From ca9e07b3ba6969a45f98c710c3a137299ad93b01 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 11 Aug 2023 10:48:41 +0200 Subject: drop support for Nextcloud 25 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 2 +- .github/workflows/api-php-tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 3387861a5..5434403ae 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1'] - nextcloud: ['stable25', 'stable26', 'stable27'] + nextcloud: ['stable26', 'stable27'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index dae893f22..9dbb20d8f 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -15,8 +15,8 @@ jobs: experimental: [false] codecoverage: [false] include: - - php-versions: 8.0 - nextcloud: stable25 + - php-versions: 8.2 + nextcloud: stable27 database: sqlite experimental: false codecoverage: true -- cgit v1.2.3 From 5fde4cc07cd02cdc2fd732143a2384f7efdc02bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:03:33 +0000 Subject: Build(deps): Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/api-integration-tests.yml | 2 +- .github/workflows/api-php-static-code-check.yml | 2 +- .github/workflows/api-php-tests.yml | 2 +- .github/workflows/build-release.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/frontend-nodejs-tests.yml | 2 +- .github/workflows/lint-eslint.yml | 2 +- .github/workflows/post-merge-tasks.yml | 2 +- .github/workflows/updater-test.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to '.github') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 5434403ae..3ad0d61f8 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -47,7 +47,7 @@ jobs: experimental: false steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml index 37035c244..034b7d34c 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -18,7 +18,7 @@ jobs: name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ matrix.php-versions }}" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up php uses: shivammathur/setup-php@master with: diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index 9dbb20d8f..fbb3a8824 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -22,7 +22,7 @@ jobs: codecoverage: true steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 # https://github.com/codecov/codecov-action/issues/190#issuecomment-790729633 diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index c13e5affb..16c210dd4 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -19,7 +19,7 @@ jobs: database: ['sqlite'] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@afefcaf556d98dc7896cca380e181decb609ca44 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9b7022748..ddf60315f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout master - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Deploy docs uses: mhausenblas/mkdocs-deploy-gh-pages@master diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml index e077e7d1b..a51bc3366 100644 --- a/.github/workflows/frontend-nodejs-tests.yml +++ b/.github/workflows/frontend-nodejs-tests.yml @@ -15,7 +15,7 @@ jobs: experimental: [false] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index ec439166b..098ff9819 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@v2.2 diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml index b7447a4dd..58859acec 100644 --- a/.github/workflows/post-merge-tasks.yml +++ b/.github/workflows/post-merge-tasks.yml @@ -15,7 +15,7 @@ jobs: php-version: ["8.1"] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/updater-test.yml b/.github/workflows/updater-test.yml index eb5901a51..3f9b217ee 100644 --- a/.github/workflows/updater-test.yml +++ b/.github/workflows/updater-test.yml @@ -22,7 +22,7 @@ jobs: experimental: [false] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive -- cgit v1.2.3 From 4648cd7f1d410545369fc0ef1ffd914f825beffa Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 28 Sep 2023 09:00:01 +0200 Subject: update php setup action Signed-off-by: Benjamin Brahmer --- .github/workflows/build-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 16c210dd4..b955bc663 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -22,14 +22,14 @@ jobs: uses: actions/checkout@v4 - name: Setup PHP - uses: shivammathur/setup-php@afefcaf556d98dc7896cca380e181decb609ca44 + uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 #2.26.0 with: php-version: ${{ matrix.php-versions }} extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip coverage: none - name: Set up server non MySQL - uses: SMillerDev/nextcloud-actions/setup-nextcloud@main + uses: SMillerDev/nextcloud-actions/setup-nextcloud@1e38cb369e2193642279c64ee140fc93ddd4fa77 with: cron: false version: ${{ matrix.nextcloud }} @@ -39,7 +39,7 @@ jobs: run: make - name: Configure server with app - uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main + uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@1e38cb369e2193642279c64ee140fc93ddd4fa77 with: app: ${{ env.APP_NAME }} check-code: false -- cgit v1.2.3