From 9d2e0003b6a1af280668e8dc94a56729c6b9d591 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sat, 21 May 2022 23:20:25 +0900 Subject: [PATCH] Support JDK 18-GA on CI --- .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 b09f468c..079f8f5c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,5 @@ # -# Copyright 2015-2020 the original author or authors. +# Copyright 2015-2022 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: [8, 11, 17, 18-ea] + java: [8, 11, 17, 18] distribution: ['zulu'] fail-fast: false max-parallel: 4 diff --git a/.github/workflows/support.yaml b/.github/workflows/support.yaml index 15959eef..d7d7075d 100644 --- a/.github/workflows/support.yaml +++ b/.github/workflows/support.yaml @@ -1,5 +1,5 @@ # -# Copyright 2010-2020 the original author or authors. +# Copyright 2015-2022 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: [8, 11, 17, 18-ea] + java: [8, 11, 17, 18] distribution: ['zulu'] fail-fast: false max-parallel: 4