Skip to content

Commit 87f536c

Browse files
committed
Changed Java Version
1 parent b3f587f commit 87f536c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2
1515

16-
- name: Set up JDK 11
16+
- name: Set up JDK 17
1717
uses: actions/setup-java@v2
1818
with:
19-
java-version: 11
19+
java-version: 17
2020
distribution: 'adopt'
2121

2222
- name: Build with Maven

0 commit comments

Comments
 (0)