Skip to content

Commit

Permalink
Update keycloak.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner authored Apr 24, 2024
1 parent b721a0b commit 1be5ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:

- uses: actions/checkout@v2

- name: set up JDK 1.8
- name: set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 21

- name: grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 1be5ab5

Please sign in to comment.