Skip to content

Commit 357fa7e

Browse files
build: raise to JDK11 and update plugins and dependencies
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent 3ab86cc commit 357fa7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
java: [8]
18+
java: [11]
1919
name: Java ${{ matrix.java }} building ...
2020

2121
steps:

.github/workflows/maven_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
java: [8]
13+
java: [11]
1414
name: Java ${{ matrix.java }} building ...
1515

1616
steps:

0 commit comments

Comments
 (0)