Skip to content

Commit

Permalink
Merge branch 'latest' of https://github.com/classgraph/classgraph int…
Browse files Browse the repository at this point in the history
…o latest
  • Loading branch information
lukehutch committed Oct 13, 2023
2 parents 9422b18 + d73d25e commit 2b29c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '8', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21' ]
java: [ '8', '11', '12', '13', '14', '15', '16', '17', '18', '19' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand Down

0 comments on commit 2b29c8d

Please sign in to comment.