Skip to content

Commit

Permalink
Use jdk 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkranzler5 committed Dec 21, 2023
1 parent bbf0477 commit 8313672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
java-version: 18
- name: Checkout the code
uses: actions/checkout@v2
- name: Install Ruby
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
java-version: 18
- name: Checkout the code
uses: actions/checkout@v2
- name: Assemble Counter
Expand Down

0 comments on commit 8313672

Please sign in to comment.