Skip to content

Commit

Permalink
Remove Java 17 from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 7, 2023
1 parent f0ce2ed commit 75d5d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
java-version: [ 17, 21 ]
java-version: [ 21 ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 75d5d7e

Please sign in to comment.