Skip to content

Commit

Permalink
Update java version in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLechnerREWE committed Oct 24, 2024
1 parent ab77da3 commit 7eba42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.17

- name: Run Tests
run: ./gradlew test
Expand Down

0 comments on commit 7eba42b

Please sign in to comment.