Skip to content

Commit a01fcf3

Browse files
committed
`Do not build on Java 8
1 parent 384dfdc commit a01fcf3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
java: [ '8', '11', '17' ]
15+
java: ['11', '17' ]
1616
# Kotlin needs access to java.util
1717
include:
18-
- java: '8'
19-
maven-opts: ''
2018
- java: '11'
2119
maven-opts: ''
2220
- java: '17'

0 commit comments

Comments
 (0)