Skip to content

Commit 012ca32

Browse files
authored
Update ci.yml
1 parent 16b029d commit 012ca32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
steps:
4343
- name: Git checkout
4444
uses: actions/checkout@v2
45-
- name: Use Java 13
45+
- name: Use Java 8
4646
uses: actions/setup-java@v1
4747
with:
48-
java-version: 13
49-
- name: 'Unit Tests with Java 13'
48+
java-version: 8
49+
- name: 'Unit Tests with Java 8'
5050
run: |
5151
cd nifi-ngsi-bundle
5252
mvn -s ../settings.xml install -DskipTests=true -Dmaven.javadoc.skip=true -Padd-dependencies-for-IDEA > maven-install.log

0 commit comments

Comments
 (0)