Skip to content

Commit 49c3947

Browse files
committed
Disable unsupported java versions
1 parent fdd59e9 commit 49c3947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: [8, 11, 17, 21]
15+
java: [17, 21]
1616
fail-fast: true
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)