2 parents 0620640 + 899db4e commit 8d03635Copy full SHA for 8d03635
2 files changed
.github/workflows/cypress-e2e.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: [20.x]
26
containers: [1, 2, 3]
27
php-versions: [ '8.3' ]
28
- server-versions: [ 'master' ]
+ server-versions: [ 'stable35' ]
29
30
name: runner ${{ matrix.containers }}
31
.github/workflows/integration-federation.yml
@@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
32
php-versions: ['8.4']
33
- server-versions: ['master']
+ server-versions: ['stable35']
34
35
name: php${{ matrix.php-versions }}-${{ matrix.server-versions }}
36
0 commit comments