Skip to content

Commit 636b103

Browse files
Merge pull request #19 from LukasLechnerDev/update_java_version_in_pipeline
Update java version in pipeline
2 parents ab77da3 + 7eba42b commit 636b103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set Up JDK
1414
uses: actions/setup-java@v1
1515
with:
16-
java-version: 1.11
16+
java-version: 1.17
1717

1818
- name: Run Tests
1919
run: ./gradlew test

0 commit comments

Comments
 (0)