Update integration tests to run against main and 1.0.x

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-06-11 17:16:28 +01:00
parent 86a2e245e6
commit f37162e8b8
4 changed files with 44 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ runs:
uses: actions/checkout@v4
with:
repository: spring-projects/spring-ai
ref: refs/heads/main
ref: ${{ inputs.spring-ai-branch }}
path: spring-ai
- name: Set up JDK 17