diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 75864e9a7..41f0690cc 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -23,7 +23,7 @@ jobs: # containers: [1, 2, 3] php-versions: [ '8.0' ] databases: [ 'sqlite' ] - server-versions: [ 'master' ] + server-versions: [ 'stable26' ] steps: - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6a4a135c6..a84b5f567 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: matrix: php-versions: ['8.1'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['stable26'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -151,4 +151,4 @@ jobs: repo: context.repo.repo, body: comment }) - } \ No newline at end of file + } diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index f923d49a6..6093004da 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,9 +26,9 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['8.0', '8.1'] + php-versions: ['8.0', '8.1', '8.2'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['stable26'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}