Skip to content

Commit 9af1051

Browse files
authored
Merge pull request #21 from helpimnotdrowning/patch-1
Don't build on java <17
2 parents 015d034 + c06964f commit 9af1051

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/check_build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# Use these Java versions
14-
java: [
15-
1.8,
16-
11,
17-
15,
18-
16,
19-
17
20-
]
14+
java: [17]
2115
os: [ubuntu-20.04]
2216
runs-on: ${{ matrix.os }}
2317
steps:

0 commit comments

Comments
 (0)