Skip to content

Commit 4c666df

Browse files
committed
chore: Add stable35 to CI workflows
Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
1 parent 8404159 commit 4c666df

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/app-upgrade-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
php-versions: ['8.3']
50-
server-versions: ['stable34', 'master']
50+
server-versions: ['stable34', 'stable35', 'master']
5151

5252
services:
5353
mysql:

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
server-versions: ['stable33', 'stable34', 'master']
27+
server-versions: ['stable33', 'stable34', 'stable35', 'master']
2828

2929
name: Playwright (${{ matrix.server-versions }})
3030

.github/workflows/psalm-matrix-custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# do not stop on another job's failure
2222
fail-fast: false
2323
matrix:
24-
ocp-version: [ 'dev-master', 'dev-stable34', 'dev-stable33' ]
24+
ocp-version: [ 'dev-master', 'dev-stable35', 'dev-stable34', 'dev-stable33' ]
2525

2626
name: static-psalm-analysis ${{ matrix.ocp-version }}
2727
steps:

0 commit comments

Comments
 (0)