Skip to content

Commit

Permalink
Merge pull request #821 from kazuki43zoo/drop-backward-compatibility-…
Browse files Browse the repository at this point in the history
…check-with-spring-5.1

Drop backward compatibility check with spring 5.1
  • Loading branch information
kazuki43zoo authored May 14, 2023
2 parents e8b9024 + 65970da commit 4dd0605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4dd0605

Please sign in to comment.