Skip to content

Commit

Permalink
Specify Java distribution for test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Dec 28, 2023
1 parent 6ed35e8 commit 9aadb30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit 9aadb30

Please sign in to comment.