Skip to content

Commit

Permalink
[GH] Workflows j14
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed May 31, 2020
1 parent ed70a56 commit a3f827f
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.yml
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Set up JDK 11
- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 14

- name: Build with Maven
run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its
4 changes: 2 additions & 2 deletions .github/workflows/smoketest.yml
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Set up JDK 11
- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 14

- name: Build with Maven
run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its -DskipITs

0 comments on commit a3f827f

Please sign in to comment.