Skip to content

Commit

Permalink
Update java to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 31, 2025
1 parent efc0971 commit 1b29a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
extraKey: v1
- uses: actions/setup-java@v3
with:
java-version: "8"
java-version: "11"
architecture: "x64"
distribution: "temurin"
- name: Check formatting
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v3
with:
java-version: "8"
java-version: "11"
architecture: "x64"
distribution: "temurin"
- name: Publish to Maven Central
Expand Down

0 comments on commit 1b29a51

Please # to comment.