Skip to content

Commit b2e5ff6

Browse files
ci: add correct version of java and validation job dependency
1 parent 1ed6731 commit b2e5ff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Java
3838
uses: actions/setup-java@v3
3939
with:
40-
java-version: '17'
40+
java-version: ${{ matrix.java-version }}
4141
distribution: adopt
4242
- name: Run quality assurance and test with coverage
4343
run: ./gradlew clean check
@@ -104,6 +104,7 @@ jobs:
104104
success:
105105
runs-on: ubuntu-latest
106106
needs:
107+
- validation
107108
- build
108109
- release-and-delivery
109110
- documentation-deploy

0 commit comments

Comments
 (0)