Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Ramotar <[email protected]>
  • Loading branch information
matt-ramotar committed May 28, 2023
1 parent 6bfced8 commit 8ea4d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.ci_test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Set up our JDK environment
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
java-version: '17'
distribution: 'adopt'
- name: Run tests
run: ./gradlew check --rerun-tasks --stacktrace
- name: Upload code coverage
Expand Down

0 comments on commit 8ea4d2e

Please sign in to comment.