Skip to content

Commit

Permalink
Run with 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 0aa9043
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci-konfetti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ jobs:
run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package

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

Expand Down

0 comments on commit 0aa9043

Please sign in to comment.