Skip to content

Commit

Permalink
Set CI with Java 17 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Oct 12, 2024
1 parent 392e743 commit 4282a56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
pull_request:
push:
branches: master
schedule:
- cron: "0 0 * * *"

env:
JAVA_DISTRIBUTION: 'adopt'
Expand All @@ -29,7 +27,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
java-version: 11
java-version: 17
java-package: jdk
architecture: x64
distribution: ${{ env.JAVA_DISTRIBUTION }}
Expand Down

0 comments on commit 4282a56

Please sign in to comment.