From 967fedb90f98b391f4113ac07998f6c2d4b33484 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 13 Nov 2023 15:43:16 +0000 Subject: [PATCH] Test with boot 3.2.x - Update boot-ci to use 3.1.5, 3.2.0-RC2 - Relates #1122 --- .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 f2ee724e..0c0afc3a 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.0, 3.1.3 ] + boot: [ 3.1.5, 3.2.0-RC2 ] fail-fast: false steps: