Skip to content

Commit

Permalink
Use JDK version 15 to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jan 7, 2022
1 parent a0ac2b1 commit 928464a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 15
uses: actions/setup-java@v2
with:
java-version: 17
distribution: 'temurin'
java-version: 15
distribution: 'adopt'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 928464a

Please sign in to comment.