File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
1212jobs :
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
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ name: Java CI with Gradle
99
1010on :
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
1616jobs :
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
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ name: Java CI with Maven
1010
1111on :
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
1717jobs :
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
You can’t perform that action at this time.
0 commit comments