Skip to content

Commit ff9c330

Browse files
author
Makoto Kitamura
committed
Extend e2e workflow matrix to cover Next 16
1 parent 491a118 commit ff9c330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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: ["14.0", "14.1", "14.2", "15.0", "15.1", "15.2", "15.3", "16.0"]
1616
node-version: [20]
1717
steps:
1818
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0

0 commit comments

Comments
 (0)