Skip to content

Commit 9df885a

Browse files
committed
ci: run system test only with java 11 and 17
Signed-off-by: Markus <[email protected]>
1 parent 079c755 commit 9df885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/system_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
node-version: [16, 18]
39-
java-version: [8, 11, 17, 18]
39+
java-version: [11, 17]
4040
runs-on: ubuntu-20.04
4141
steps:
4242
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)