Skip to content

Commit 575fca2

Browse files
authored
Update github actions to jdk17 in integration test
1 parent f37640f commit 575fca2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,7 @@ jobs:
7373

7474
# Runs a set of commands using the runners shell
7575
# Run before every job
76-
- name: Install Java
77-
run: |
78-
sudo apt-get update
79-
sudo apt-get install -y openjdk-8-jdk
80-
java -version
81-
uname -a
82-
chmod +x pom.xml
83-
mvn --version
84-
76+
8577
- name: Install Maven
8678
shell: bash
8779
run: |

0 commit comments

Comments
 (0)