Skip to content

Commit

Permalink
Update CI-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Sep 29, 2023
1 parent b517570 commit 9bcbb4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
java-version: 17-ea
distribution: adopt

- name: Checkout DBeaver
uses: actions/checkout@v2
Expand Down

0 comments on commit 9bcbb4c

Please sign in to comment.