chore: update build and tooling to utilize new java version
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
This commit is contained in:
parent
3691b52e43
commit
eb21d1a050
|
|
@ -9,7 +9,7 @@ name: on-merge
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, main ]
|
||||
branches: [ master, main, beta/new_java_build ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
|
||||
- name: Set up JDK 8
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
|
||||
with:
|
||||
java-version: '17'
|
||||
|
|
|
|||
Loading…
Reference in New Issue