Skip to content

Commit ec6d71c

Browse files
committed
add java 17 to the e2e
1 parent 958f7df commit ec6d71c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
e2e:
2121
runs-on: ubuntu-latest
2222
strategy:
23-
max-parallel: 2
23+
max-parallel: 3
2424
matrix:
25-
java: [ 8, 11 ]
25+
java: [ 8, 11, 17 ]
2626
name: End-to-end tests java${{ matrix.java }}
2727
env:
2828
JAVA_VERSION: ${{ matrix.java }}

0 commit comments

Comments
 (0)