Skip to content

Commit 150f71f

Browse files
committed
feat: #94 Upgrade JDK to be able to use Keycloak Testcontainers
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 034e59c commit 150f71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Checkout Code
2424
uses: actions/checkout@v4
2525

26-
- name: Set up JDK 8 for x64
26+
- name: Set up JDK 17 for x64
2727
uses: actions/setup-java@v4
2828
with:
29-
java-version: '8'
29+
java-version: '17'
3030
distribution: 'temurin'
3131
architecture: x64
3232
cache: maven

0 commit comments

Comments
 (0)