Skip to content

Commit 5e4d2c4

Browse files
committed
Add E2E CI target Next.js versions
1 parent d3fd476 commit 5e4d2c4

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,19 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
next-version: ["14.0", "14.1", "14.2", "15.0", "15.1", "15.2", "15.3"]
15+
next-version:
16+
[
17+
"14.0",
18+
"14.1",
19+
"14.2",
20+
"15.0",
21+
"15.1",
22+
"15.2",
23+
"15.3",
24+
"15.4",
25+
"15.5",
26+
"16.0",
27+
]
1628
node-version: [20]
1729
steps:
1830
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0

0 commit comments

Comments
 (0)