Skip to content

Commit 97b1b28

Browse files
committed
Merge remote-tracking branch 'origin/V5' into V6
2 parents 0ac1450 + ab247de commit 97b1b28

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
push:
66
tags:
77
- V*
8-
branches: [ "V5", "V4.0" ]
8+
branches: [ "V6", "V5", "V4.0" ]
99
pull_request:
10-
branches: [ "V5", "V4.0" ]
10+
branches: [ "V6", "V5", "V4.0" ]
1111

1212
jobs:
1313
build:
@@ -16,10 +16,10 @@ jobs:
1616
- name: Checkout source
1717
uses: actions/checkout@v4
1818

19-
- name: Set up JDK 17
19+
- name: Set up JDK 21
2020
uses: actions/setup-java@v4
2121
with:
22-
java-version: '17'
22+
java-version: '21'
2323
distribution: 'temurin'
2424
cache: maven
2525

.github/workflows/gradle-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Java CI with Gradle
99

1010
on:
1111
push:
12-
branches: [ "V5", "V4.0" ]
12+
branches: [ "V6", "V5", "V4.0" ]
1313
pull_request:
14-
branches: [ "V5", "V4.0" ]
14+
branches: [ "V6", "V5", "V4.0" ]
1515

1616
jobs:
1717
build:
@@ -22,10 +22,10 @@ jobs:
2222
- name: Checkout sources
2323
uses: actions/checkout@v4
2424

25-
- name: Set up JDK 17
25+
- name: Set up JDK 21
2626
uses: actions/setup-java@v4
2727
with:
28-
java-version: '17'
28+
java-version: '21'
2929
distribution: 'temurin'
3030
cache: gradle
3131

.github/workflows/maven-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: Java CI with Maven
1010

1111
on:
1212
push:
13-
branches: [ "V5", "V4.0" ]
13+
branches: [ "V6", "V5", "V4.0" ]
1414
pull_request:
15-
branches: [ "V5", "V4.0" ]
15+
branches: [ "V6", "V4.0" ]
1616

1717
jobs:
1818
build:
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Set up JDK 17
24+
- name: Set up JDK 21
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '17'
27+
java-version: '21'
2828
distribution: 'temurin'
2929
cache: maven
3030

0 commit comments

Comments
 (0)