From 363f82bc6228d375c60c5a7155e3fa093d8cc1a9 Mon Sep 17 00:00:00 2001 From: Uragami Taichi Date: Thu, 23 Jan 2025 08:00:32 +0900 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3786dfa4..d3212f26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,11 @@ jobs: strategy: matrix: - java: [ 21, 22 ] - spring-boot-version: [ 3.2.9, 3.3.3, 3.4.0-M2 ] + # Latest LTS, latest release + java: [ 21, 23 ] + # OSS support versions + # https://spring.io/projects/spring-boot#support + spring-boot-version: [ 3.3.7, 3.4.1 ] steps: - uses: actions/checkout@v4