Skip to content

Commit

Permalink
Update java-version for github builds to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Jul 30, 2024
1 parent 14a7e0a commit 48e7679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17
- name: Run Build Checks
# We skip 'spotlessApply' such that only 'spotlessCheck' will run to validate formatting.
# This is a good setup for a CI server, meanwhile if a developer runs 'verify', they
Expand Down

0 comments on commit 48e7679

Please sign in to comment.