Skip to content

Commit 8b96186

Browse files
committed
backport to java 8
1 parent fcb4144 commit 8b96186

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: checkstyle
3232
strategy:
3333
matrix:
34-
java_version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23']
34+
java_version: ['8', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23']
3535

3636
steps:
3737
- uses: actions/checkout@v4
@@ -64,7 +64,7 @@ jobs:
6464
needs: checkstyle
6565
strategy:
6666
matrix:
67-
java_version: ['11']
67+
java_version: ['8']
6868
maven_version: ['3.6.3', '3.8.8', '3.9.9', '4.0.0-alpha-13', '4.0.0-beta-5', '4.0.0-rc-2']
6969

7070
steps:

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
<propertiesEncoding>UTF-8</propertiesEncoding>
4848
<project.build.outputTimestamp>1719939498</project.build.outputTimestamp>
4949

50-
<java.target>11</java.target>
50+
<maven.compiler.source>11</maven.compiler.source>
51+
<maven.compiler.target>8</maven.compiler.target>
5152

5253
<maven-plugin-api.version>3.9.6</maven-plugin-api.version>
5354
<maven-plugin-plugin.version>3.15.1</maven-plugin-plugin.version>

0 commit comments

Comments
 (0)