Skip to content

Commit cdaae38

Browse files
committed
Adding more java versions to CI matrix
1 parent 03bde46 commit cdaae38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Java ${{ matrix.java }} tests
1010
strategy:
1111
matrix:
12-
java: [8, 11, 16, 17]
12+
java: [8, 11, 16, 17, 18, 19, 20, 21, 22, 23, 24]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Setup java

0 commit comments

Comments
 (0)