Skip to content

Commit

Permalink
Update version of Java in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Oct 4, 2023
1 parent d5ff290 commit 3886fdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"

- name: Cache software installation
id: cache-software
uses: actions/cache@v3
Expand Down

0 comments on commit 3886fdd

Please sign in to comment.