Skip to content

Commit a86cf98

Browse files
authored
Drop Java 8 in CI (#358)
1 parent 7b7bddb commit a86cf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-20.04
99
strategy:
1010
matrix:
11-
java: [ '8', '11', '17' ]
11+
java: [ '11', '17' ]
1212
env:
1313
JAVA_OPTS: -Xms2G -Xmx4G -Xss6M -XX:+UseG1GC -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
1414
name: Test using Java ${{ matrix.java }}

0 commit comments

Comments
 (0)