From ad09885b7329073472d69f16da4238a24b52289b Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Fri, 18 Oct 2024 17:29:20 +0200 Subject: [PATCH] Update Spring Boot versions in CI build --- .github/workflows/ci-boot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-boot.yml b/.github/workflows/ci-boot.yml index 151806ae..97ba28e4 100644 --- a/.github/workflows/ci-boot.yml +++ b/.github/workflows/ci-boot.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest] java: [ 17 ] - boot: [ 3.1.10, 3.2.0, 3.2.1, 3.2.2, 3.2.3 ] + boot: [ 3.1.10, 3.2.10, 3.3.4, 3.4.0-M3 ] fail-fast: false steps: