From b38cb031d30206a082b11ba6439acc186a8afdc5 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Thu, 18 May 2023 22:38:53 +0900 Subject: [PATCH] Drop jdk 19, add 21-ea, and update 20 to ga --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/support.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8eea0fc84..ab86305b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,5 @@ # -# Copyright 2015-2022 the original author or authors. +# Copyright 2015-2023 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - java: [17, 19, 20-ea] + java: [17, 20, 21-ea] distribution: ['zulu'] fail-fast: false max-parallel: 5 diff --git a/.github/workflows/support.yaml b/.github/workflows/support.yaml index 46de3fc2a..41f969e3d 100644 --- a/.github/workflows/support.yaml +++ b/.github/workflows/support.yaml @@ -1,5 +1,5 @@ # -# Copyright 2015-2022 the original author or authors. +# Copyright 2015-2023 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - java: [17, 19, 20-ea] + java: [17, 20, 21-ea] distribution: ['zulu'] fail-fast: false max-parallel: 5