Skip to content

Commit

Permalink
Drop JDK 20 from CI
Browse files Browse the repository at this point in the history
Leaving 8, 17, 21
  • Loading branch information
jhy committed Oct 31, 2023
1 parent 826ce91 commit 97c576a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
# choosing to run a reduced set of LTS, current, and next, to balance coverage and execution time
java: [8, 17, 20, 21]
java: [8, 17, 21]
fail-fast: false
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 97c576a

Please sign in to comment.