Skip to content

Commit 3ef66cb

Browse files
committed
bump gh action java to 17 (was 11). Required for spring boot 3
1 parent 8d0a0b8 commit 3ef66cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- name: Set up JDK 11
23+
- name: Set up JDK
2424
uses: actions/setup-java@v4
2525
with:
26-
java-version: '11'
26+
java-version: '17'
2727
distribution: 'temurin'
2828
cache: maven
2929

0 commit comments

Comments
 (0)