We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eeb945 commit 3b7de99Copy full SHA for 3b7de99
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/setup-java@v5
40
with:
41
distribution: 'temurin'
42
- java-version: 11
+ java-version: 17
43
java-package: jdk
44
cache: 'maven'
45
- name: spotless:check
@@ -51,7 +51,7 @@ jobs:
51
fail-fast: false
52
matrix:
53
os: [ ubuntu-latest ]
54
- java: [ 11, 21, 25 ]
+ java: [ 17, 21, 25 ]
55
include:
56
- os: windows-latest
57
java: 25
@@ -208,7 +208,7 @@ jobs:
208
uses: actions/setup-java@v5
209
with: # running setup-java again overwrites the settings.xml
210
211
- java-version: '11'
+ java-version: '17'
212
213
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
214
server-username: MAVEN_CENTRAL_USERNAME # env variable for username in deploy (1)
0 commit comments