Skip to content

Commit

Permalink
Updated for testing with Java 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GN committed Mar 31, 2020
1 parent 0d17098 commit 88568eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
# An explicit key for restoring and saving the cache
key: ${{ runner.os }}-cache
- uses: actions/checkout@v2
- name: Set up JDK 14
- name: Set up JDK 1.9
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 1.9
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload code coverage
Expand Down

0 comments on commit 88568eb

Please sign in to comment.