Skip to content

Commit bd8886a

Browse files
authored
Update maven.yml
1 parent 8538b4a commit bd8886a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
8686
- uses: actions/checkout@v3
8787

88-
- name: Set up JDK 11
88+
- name: Set up JDK 17
8989
uses: actions/setup-java@v3
9090
with:
91-
java-version: "11"
91+
java-version: "17"
9292
distribution: "adopt"
9393
cache: 'maven'
9494

9595
- name: Test with Maven
96-
run: mvn test
96+
run: mvn test

0 commit comments

Comments
 (0)