Skip to content

Commit e174f85

Browse files
ci: add correct version of java and validation job dependency on success
1 parent 776818e commit e174f85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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
@@ -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)