Skip to content

Commit

Permalink
Min builder is JDK 9
Browse files Browse the repository at this point in the history
#2026 tracks adding a test action (not compile) for JDK 8.
  • Loading branch information
jhy committed Nov 1, 2023
1 parent 882bb9c commit 32b1074
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, 21]
java: [9, 17, 21]
fail-fast: false
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 32b1074

Please sign in to comment.