diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8de79f307d3..8c0232aea68 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -77,7 +77,7 @@ jobs: containers: [1, 2, 3, 4, 5, 6, 7, 8] php-versions: [ '8.1' ] databases: [ 'sqlite' ] - server-versions: [ 'master' ] + server-versions: [ 'stable26' ] steps: - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index bf3aaa5c56f..45f64957521 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -38,8 +38,8 @@ jobs: strategy: matrix: - php-versions: ['8.0', '8.1'] - server-versions: ['master'] + php-versions: ['8.0', '8.1', '8.2'] + server-versions: ['stable26'] services: mysql: diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index 930d2c24351..540ded77b5b 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: php-versions: ['8.0'] - server-versions: ['master'] + server-versions: ['stable26'] services: oracle: diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index 8ec26389d5f..dd51916b3ae 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: php-versions: ['8.0'] - server-versions: ['master'] + server-versions: ['stable26'] services: postgres: diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index f1e432afbfe..27973de124c 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: php-versions: ['8.0'] - server-versions: ['master'] + server-versions: ['stable26'] steps: - name: Set app env