Skip to content

Commit

Permalink
Use JDK 17 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Sep 14, 2024
1 parent 7044ed7 commit 1b6ddbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Run tests
run: ./gradlew check

0 comments on commit 1b6ddbe

Please sign in to comment.