We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8b9024 + 65970da commit 4dd0605Copy full SHA for 4dd0605
.github/workflows/support.yaml
@@ -43,5 +43,3 @@ jobs:
43
distribution: ${{ matrix.distribution }}
44
- name: Test with Spring 5.2 / Spring Batch 4.2 support
45
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)
46
- - name: Test with Spring 5.1 / Spring Batch 4.1 support
47
- 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)
0 commit comments