From bca8c5e4ce8de831e003e075a927124baa8747b8 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sat, 23 Mar 2024 17:01:26 +0000 Subject: [PATCH] Update ci boot versions --- .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 2947f7ac..d88afe43 100644 --- a/.github/workflows/ci-boot.yml +++ b/.github/workflows/ci-boot.yml @@ -12,7 +12,7 @@ jobs: matrix: os: [ubuntu-latest] java: [ 17 ] - boot: [ 3.1.9, 3.2.3 ] + boot: [ 3.1.10, 3.2.0, 3.2.1, 3.2.2, 3.2.3 ] fail-fast: false steps: