Skip to content

Commit 6a9d65e

Browse files
authored
Merge pull request #49 from oneteme/release-4.1.1
edit
2 parents 0d6e0b3 + 21d02b2 commit 6a9d65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v3
23-
- name: Set up JDK 11
23+
- name: Set up JDK 17
2424
uses: actions/setup-java@v3
2525
with:
26-
java-version: '11'
26+
java-version: '17'
2727
distribution: 'temurin'
2828
- name: Build & Scan Project
2929
env:

0 commit comments

Comments
 (0)