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 }}