Skip to content

Commit

Permalink
Update workflow java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Jan 1, 2024
1 parent 0d2e586 commit f5213c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: temurin
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: temurin
- name: Make gradlew executable
run: chmod u+x gradlew
- uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit f5213c5

Please sign in to comment.