Skip to content

Commit

Permalink
Increase Java version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Feb 12, 2024
1 parent a60456a commit 8547674
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3 # Checkout repo

- uses: actions/setup-java@v4 # Setup Java 17
with:
distribution: 'temurin'
java-version: '17'

- name: Setup Bun
uses: oven-sh/setup-bun@v1 # Setup bun
with:
Expand Down

0 comments on commit 8547674

Please sign in to comment.