Skip to content

Commit

Permalink
Java 17 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 14, 2023
1 parent abcac6b commit 1412ddc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3.6.0
with:
java-version: 11
java-version: 17
distribution: temurin
- name: Cache Maven packages
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-rap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3.6.0
with:
java-version: 11
java-version: 17
distribution: temurin
- name: Cache Maven packages
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3.6.0
with:
java-version: 11
java-version: 17
distribution: temurin
- name: Cache Maven packages
uses: actions/cache@v3
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3.6.0
with:
java-version: 11
java-version: 17
distribution: temurin
- name: Cache Maven packages
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3.6.0
with:
java-version: 11
java-version: 17
distribution: temurin
- name: Cache Maven packages
uses: actions/cache@v3
Expand Down

0 comments on commit 1412ddc

Please sign in to comment.