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/workflows/api-integration-tests.yml') 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 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 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to '.github/workflows/api-integration-tests.yml') 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: -- 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/api-integration-tests.yml') 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 -- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/api-integration-tests.yml') 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: -- 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 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows/api-integration-tests.yml') 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: | -- 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 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows/api-integration-tests.yml') 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 -- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/api-integration-tests.yml') 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: -- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/api-integration-tests.yml') 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 -- cgit v1.2.3