Skip to content

Commit

Permalink
Merge pull request #272 from groovy/test-with-latest-lts-java
Browse files Browse the repository at this point in the history
Use Java 17 in CI
  • Loading branch information
keeganwitt committed Sep 25, 2023
2 parents 5771746 + f22a963 commit 241255e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
- name: full test
run: >-
./mvnw ${MAVEN_ARGS}
Expand Down

0 comments on commit 241255e

Please sign in to comment.