From 65970da750b0bc031e6b926c24cf277ba2c2b859 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sun, 14 May 2023 23:25:31 +0900 Subject: [PATCH] Drop backward compatibility check with spring 5.1 --- .github/workflows/support.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/support.yaml b/.github/workflows/support.yaml index 5be3956bd3..60f070e047 100644 --- a/.github/workflows/support.yaml +++ b/.github/workflows/support.yaml @@ -43,5 +43,3 @@ jobs: distribution: ${{ matrix.distribution }} - name: Test with Spring 5.2 / Spring Batch 4.2 support run: ./mvnw test -Dspring.version=$(./scripts/get_latest_version.sh spring-core 5.2) -Dspring-batch.version=$(./scripts/get_latest_version.sh batch/spring-batch-core 4.2) - - name: Test with Spring 5.1 / Spring Batch 4.1 support - run: ./mvnw test -Dspring.version=$(./scripts/get_latest_version.sh spring-core 5.1) -Dspring-batch.version=$(./scripts/get_latest_version.sh batch/spring-batch-core 4.1)