Skip to content

Commit

Permalink
fix: Update Github Action Java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Dec 30, 2023
1 parent 98bc5e9 commit 3a688f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: '17'

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

0 comments on commit 3a688f5

Please sign in to comment.