Skip to content

Commit

Permalink
Update java version for gitlab actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLechnerDev committed Sep 2, 2023
1 parent cd56a69 commit ab77da3
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.8
java-version: 1.11

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

0 comments on commit ab77da3

Please sign in to comment.