Skip to content

Commit 60b7278

Browse files
committed
Test against dev-2-4 and release-2-3
1 parent ad10d49 commit 60b7278

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
# Available OS's: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
2020
os: [ubuntu-latest, windows-latest]
21-
environment-name: ["ESS PodSpaces"]
21+
environment-name: ["ESS PodSpaces", "ESS Release-2-3", "ESS Dev-2-4"]
2222
experimental: [false]
2323
include:
2424
- environment-name: "ESS Dev-2-3"

.github/workflows/e2e-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest]
2222
node-version: [22.x, 20.x, 18.x]
23-
environment-name: ["ESS PodSpaces", "ESS Dev-2-3"]
23+
environment-name: ["ESS PodSpaces", "ESS Release-2-3", "ESS Dev-2-4"]
2424
experimental: [false]
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)