We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7bddb commit a86cf98Copy full SHA for a86cf98
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-20.04
9
strategy:
10
matrix:
11
- java: [ '8', '11', '17' ]
+ java: [ '11', '17' ]
12
env:
13
JAVA_OPTS: -Xms2G -Xmx4G -Xss6M -XX:+UseG1GC -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
14
name: Test using Java ${{ matrix.java }}
0 commit comments