Skip to content

Commit

Permalink
ci: drop Java 19 because it has reached its EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Aug 19, 2023
1 parent 87a8aa0 commit f08001e
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 @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
jdk: [8, 11, 17, 19]
jdk: [8, 11, 17]
include:
- os: macos-latest
name: macOS
Expand Down

0 comments on commit f08001e

Please sign in to comment.