Skip to content

Commit

Permalink
Update to drop Java 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanders34 committed Oct 14, 2024
1 parent 522253f commit 772e2a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
max-parallel: 7
matrix:
os: [ubuntu-latest, windows-latest]
java: [8, 11, 17]
java: [11, 17, 21]
runtime: [ol, wlp-ee9, wlp-ee10]
runtime_version: [24.0.0.9]
exclude:
- java: 8
runtime: wlp-ee10

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions liberty-support-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<version>3.5.0</version>
<version>6.4.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -124,4 +124,4 @@
</dependencies>


</project>
</project>
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
<version.surefire.plugin>3.2.5</version.surefire.plugin>

<!-- override from parent -->
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.release>11</maven.compiler.release>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 772e2a0

Please sign in to comment.