Skip to content

Commit 71bc6d2

Browse files
committed
Testing against multiple docling-serve versions
Fixes #34 Signed-off-by: Eric Deandrea <[email protected]>
1 parent 6218268 commit 71bc6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v5
5656

57-
- name: Set up Java ${{ JAVA_VERSION }}
57+
- name: Set up Java ${{ env.JAVA_VERSION }}
5858
uses: actions/setup-java@v5
5959
with:
60-
java-version: ${{ JAVA_VERSION }}
60+
java-version: ${{ env.JAVA_VERSION }}
6161
distribution: temurin
6262
cache: gradle
6363

0 commit comments

Comments
 (0)