Skip to content

Commit 0cb791d

Browse files
committed
[actions] Adjust builder nodes
1 parent 1d2efe1 commit 0cb791d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
java: [8, 11, 17, 18, 19-ea]
27+
java: [11, 17, 18, 19-ea]
2828
distribution: ['zulu']
2929
fail-fast: false
3030
max-parallel: 4

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up JDK
2929
uses: actions/setup-java@v3
3030
with:
31-
java-version: 8
31+
java-version: 11
3232
distribution: zulu
3333
- name: Report Coverage to Coveralls for Pull Requests
3434
if: github.event_name == 'pull_request'

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up JDK
3535
uses: actions/setup-java@v3
3636
with:
37-
java-version: 11
37+
java-version: 17
3838
distribution: zulu
3939
- name: Analyze with SonarCloud
4040
run: ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_memcached-cache -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dlicense.skip=true

.github/workflows/sonatype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up JDK
3232
uses: actions/setup-java@v3
3333
with:
34-
java-version: 11
34+
java-version: 17
3535
distribution: zulu
3636
- name: Deploy to Sonatype
3737
run: ./mvnw deploy -DskipTests -B --settings ./.mvn/settings.xml -Dlicense.skip=true

0 commit comments

Comments
 (0)