We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2277f4 commit 0f3f6ceCopy full SHA for 0f3f6ce
2 files changed
.github/workflows/e2e-browser.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
# Available OS's: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
20
os: [ubuntu-latest, windows-latest]
21
- environment-name: ["ESS PodSpaces", "ESS Release-2-3", "ESS Dev-2-4"]
+ environment-name: ["ESS PodSpaces", "ESS Release-2-3", "ESS Next"]
22
experimental: [false]
23
include:
24
- environment-name: "ESS Dev-2-3"
.github/workflows/e2e-node.yml
@@ -20,7 +20,7 @@ jobs:
os: [ubuntu-latest]
node-version: [22.x, 20.x]
25
steps:
26
- uses: actions/checkout@v4
0 commit comments