Skip to content

Commit

Permalink
Merge pull request #19 from LukasLechnerDev/update_java_version_in_pi…
Browse files Browse the repository at this point in the history
…peline

Update java version in pipeline
  • Loading branch information
LukasLechnerDev authored Oct 24, 2024
2 parents ab77da3 + 7eba42b commit 636b103
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 636b103

Please sign in to comment.