From 62be8d6baf58c2e28c404379d04078edfb67311c Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 7 Oct 2025 20:25:26 +0200 Subject: [PATCH 1/3] build(deps): claim supporting NC 33 Signed-off-by: Arthur Schiwon --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index e068a1f6c4..d260835e87 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -48,7 +48,7 @@ Have a good time and manage whatever you want. pgsql mysql sqlite - + From 6e887ce50d29d177195b9411d8c8064157d4865c Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 7 Oct 2025 21:44:32 +0200 Subject: [PATCH 2/3] ci: adjust PHP as server master bumped to >=8.2 Signed-off-by: Arthur Schiwon --- .github/workflows/cypress-custom.yml | 4 ++-- .github/workflows/integration.yml | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress-custom.yml b/.github/workflows/cypress-custom.yml index ebbeba9e6a..9f066fae1c 100644 --- a/.github/workflows/cypress-custom.yml +++ b/.github/workflows/cypress-custom.yml @@ -31,9 +31,9 @@ jobs: fail-fast: false matrix: databases: [ 'mysql' ] - server-versions: [ 'stable30', 'stable31', 'master' ] + server-versions: [ 'stable30', 'stable31', 'stable32', 'master' ] include: - - php-versions: 8.1 + - php-versions: 8.2 services: mysql: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9f57beaa69..f56866c580 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -53,10 +53,13 @@ jobs: strategy: fail-fast: false matrix: - server-versions: ['stable30', 'stable31', 'master'] - php-versions: ['8.1'] + server-versions: ['stable30', 'stable31', 'stable32', 'master'] + php-versions: ['8.2'] databases: ['mysql'] include: + - server-versions: 'stable30' + php-versions: '8.1' + databases: 'sqlite' - server-versions: 'stable31' php-versions: '8.4' databases: 'pgsql' From a201f478cab6e148a1c17bb1dadf06c8a14d5924 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 7 Oct 2025 22:30:06 +0200 Subject: [PATCH 3/3] tests(Performance): update base number first time since 2023 Execution if the tests were skipped for a long time as the condition included to run on server master and PHP 8.2 which did not happen for a long time. Keeping the value at the lowest master version so we notice when to bump. Also a lot of tests were added since, so updating the base number as the old one has no meaning anymore. Signed-off-by: Arthur Schiwon --- tests/integration/base-query-count.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/base-query-count.txt b/tests/integration/base-query-count.txt index b0f5b8a5c1..d9deb75ecb 100644 --- a/tests/integration/base-query-count.txt +++ b/tests/integration/base-query-count.txt @@ -1 +1 @@ -10919 +162864