Skip to content

Commit aef41c3

Browse files
committed
Added Java 17 and 21 for CI builds
1 parent 9b54fa3 commit aef41c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nebula-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
# test against JDK 11
16-
java: [ 11 ]
15+
# test against JDK 11, 17 and 21
16+
java: [ 11, 17, 21 ]
1717
name: CI with Java ${{ matrix.java }}
1818
steps:
1919
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)