Skip to content

Commit

Permalink
test v3 with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 3, 2024
1 parent af56829 commit 7d5000e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream-dispatch-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
fetch-depth: 0

- name: Setup Java (zulu@11)
- name: Setup Java (zulu@8)
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
java-version: 8
cache: sbt

- run: sbt -J-Xmx2G '++ 2.13' test
4 changes: 2 additions & 2 deletions .github/workflows/upstream-dispatch-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
ref: master
fetch-depth: 0

- name: Setup Java (zulu@11)
- name: Setup Java (zulu@17)
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
java-version: 17
cache: sbt

- run: sbt -J-Xmx2G '++ 2.13' test

0 comments on commit 7d5000e

Please sign in to comment.