Skip to content

Commit 4dd0605

Browse files
authored
Merge pull request #821 from kazuki43zoo/drop-backward-compatibility-check-with-spring-5.1
Drop backward compatibility check with spring 5.1
2 parents e8b9024 + 65970da commit 4dd0605

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/support.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,3 @@ jobs:
4343
distribution: ${{ matrix.distribution }}
4444
- name: Test with Spring 5.2 / Spring Batch 4.2 support
4545
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

Comments
 (0)