Skip to content

Commit ad70798

Browse files
committed
fix(ci): attempt to fix ci
1 parent b68d537 commit ad70798

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
java: [7, 8, 11]
16+
java: [8, 11]
1717

1818
steps:
1919
- uses: actions/checkout@v2

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@
243243
</execution>
244244
</executions>
245245
<configuration>
246-
<source>1.7</source>
247-
<target>1.7</target>
246+
<source>1.8</source>
247+
<target>1.8</target>
248248
<compilerArgs>
249249
<arg>-Xlint:unchecked</arg>
250250
</compilerArgs>

0 commit comments

Comments
 (0)