We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68d537 commit ad70798Copy full SHA for ad70798
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- java: [7, 8, 11]
+ java: [8, 11]
17
18
steps:
19
- uses: actions/checkout@v2
pom.xml
@@ -243,8 +243,8 @@
243
</execution>
244
</executions>
245
<configuration>
246
- <source>1.7</source>
247
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
248
<compilerArgs>
249
<arg>-Xlint:unchecked</arg>
250
</compilerArgs>
0 commit comments