Skip to content

Commit

Permalink
Update ci.yml: upgrade to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanger authored Feb 18, 2024
1 parent 298b984 commit 7ee4149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Use Java 11
- name: Use Java 17
uses: actions/setup-java@v1
with:
java-version: 11
- name: 'Unit Tests with Java 11'
java-version: 17
- name: 'Unit Tests with Java 17'
run: |
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
mvn test -B
Expand Down

0 comments on commit 7ee4149

Please sign in to comment.