Skip to content

Commit

Permalink
ci: add correct version of java
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed Mar 20, 2023
1 parent 5d4473c commit cd517ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: ${{ matrix.java-version }}
distribution: adopt
- name: Run quality assurance and test with coverage
run: ./gradlew clean check
Expand Down Expand Up @@ -107,6 +107,7 @@ jobs:
success:
runs-on: ubuntu-latest
needs:
- validation
- build
- release-and-delivery
- documentation-deploy
Expand Down

0 comments on commit cd517ab

Please sign in to comment.