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' 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 - + 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