Skip to content

Commit

Permalink
Setup jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMartinus committed Jul 15, 2023
1 parent b0e256c commit c54e69f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-konfetti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ jobs:
run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-java@v2
with:
java-version: 17
distribution: zulu

- uses: gradle/wrapper-validation-action@v1

Expand Down

0 comments on commit c54e69f

Please sign in to comment.