Skip to content

Commit

Permalink
Update Java version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Nov 23, 2022
1 parent 93f19d6 commit afb36e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 16
distribution: temurin
- name: Install required software
run: |
Expand Down

0 comments on commit afb36e9

Please sign in to comment.