Skip to content

Commit

Permalink
Update remaining GH workflows to Java 16
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz committed May 4, 2021
1 parent b6d4d30 commit a45021c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 14
- name: Set up Java 16
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 16
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 14
- name: Set up Java 16
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 16
- name: Build with Maven
run: mvn -B install --file pom.xml -DskipTests
env:
Expand Down

0 comments on commit a45021c

Please sign in to comment.