Skip to content

Commit 419a721

Browse files
authored
Only test supported java versions (#28)
1 parent 33ad138 commit 419a721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
java: [8, 11, 13, 17, 18, 19]
12+
java: [8, 17, 21, 25, 26]
1313
steps:
1414
- uses: actions/checkout@v6
1515
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)