From f08001eb9625807a5b58d21c73b49c6a01ad6cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Sat, 19 Aug 2023 10:05:34 +0200 Subject: [PATCH] ci: drop Java 19 because it has reached its EOL --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36907553..9c4c99af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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