Skip to content

Commit

Permalink
build: raise to JDK11 and update plugins and dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <[email protected]>
  • Loading branch information
manticore-projects committed Mar 10, 2024
1 parent 3ab86cc commit 357fa7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8]
java: [11]
name: Java ${{ matrix.java }} building ...

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8]
java: [11]
name: Java ${{ matrix.java }} building ...

steps:
Expand Down

0 comments on commit 357fa7e

Please sign in to comment.