From 2446a7f153d3e4bd968374a7f7778c95bc2338bf Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Fri, 24 Nov 2023 07:57:28 +0000 Subject: [PATCH] Test with boot 3.1.6 and 3.2.0 - 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 4776c270..2ddecfb4 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.5, 3.2.0-RC2 ] + boot: [ 3.1.6, 3.2.0 ] fail-fast: false steps: