Skip to content

Commit

Permalink
changed Java version to 17 also in GitHub Workflows workflows/maven-b…
Browse files Browse the repository at this point in the history
…uild-pr.yml und maven-deploy.yml
  • Loading branch information
J-Blume committed Jan 8, 2024
1 parent 029198d commit 1de0d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
pr-${{ runner.os }}-maven
${{ runner.os }}-maven
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 11
java-version: 17

- name: Build with Maven
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
${{ runner.os }}-maven-dpl
${{ runner.os }}-maven
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 11
java-version: 17

- name: Build with Maven
env:
Expand Down

0 comments on commit 1de0d8c

Please sign in to comment.