Skip to content

Commit f04055f

Browse files
authored
Make the CI check all the Java LTS versions
1 parent 8cac837 commit f04055f

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
@@ -11,7 +11,7 @@ jobs:
1111
name: Java ${{ matrix.java }}
1212
strategy:
1313
matrix:
14-
java: [8, 11]
14+
java: [8, 11, 17, 21, 25]
1515
env:
1616
REPO_SLUG: ${{ github.repository }}
1717
BRANCH: ${{ github.head_ref }}

0 commit comments

Comments
 (0)