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)