Skip to content

Commit 3b7de99

Browse files
committed
bump minimum java from 11 to 17
1 parent 8eeb945 commit 3b7de99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-java@v5
4040
with:
4141
distribution: 'temurin'
42-
java-version: 11
42+
java-version: 17
4343
java-package: jdk
4444
cache: 'maven'
4545
- name: spotless:check
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
os: [ ubuntu-latest ]
54-
java: [ 11, 21, 25 ]
54+
java: [ 17, 21, 25 ]
5555
include:
5656
- os: windows-latest
5757
java: 25
@@ -208,7 +208,7 @@ jobs:
208208
uses: actions/setup-java@v5
209209
with: # running setup-java again overwrites the settings.xml
210210
distribution: 'temurin'
211-
java-version: '11'
211+
java-version: '17'
212212
java-package: jdk
213213
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
214214
server-username: MAVEN_CENTRAL_USERNAME # env variable for username in deploy (1)

0 commit comments

Comments
 (0)