Skip to content

Commit

Permalink
Use java 17 on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TrianguloY committed Aug 15, 2023
1 parent 50c5109 commit caf0e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Get the repository files
uses: actions/checkout@v3

- name: Set Up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: '17'
distribution: 'temurin'

- name: Set gradlew as executable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-gradle-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Validate Gradle wrapper
Expand Down

0 comments on commit caf0e0b

Please sign in to comment.