Skip to content

Commit

Permalink
bump java to 17 for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Dec 12, 2023
1 parent 307734c commit 5fc6a70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2

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

- name: Run tests
run: |
./gradlew airin-core:build
Expand Down

0 comments on commit 5fc6a70

Please sign in to comment.