Skip to content

Commit 9d26abc

Browse files
ci: add correct version of java
1 parent 62a2abf commit 9d26abc

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Java
3939
uses: actions/setup-java@v3
4040
with:
41-
java-version: '17'
41+
java-version: ${{ matrix.java-version }}
4242
distribution: adopt
4343
- name: Run quality assurance and test with coverage
4444
run: ./gradlew clean check
@@ -107,6 +107,7 @@ jobs:
107107
success:
108108
runs-on: ubuntu-latest
109109
needs:
110+
- validation
110111
- build
111112
- release-and-delivery
112113
- documentation-deploy

0 commit comments

Comments
 (0)