Skip to content

Commit 2d656db

Browse files
authored
Merge pull request #328 from kieler/mka/ci-build
update ci to be inline with elk ci
2 parents db73aa0 + 092adde commit 2d656db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
node-version: [ 14.x, 16.x, 18.x, 20.x, 22.x ]
25-
java-version: [ 11, 13, 15, 17 ]
24+
node-version: [ 14.x, 22.x ]
25+
java-version: [ 17 ]
2626

2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)