File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : succed job 'build (11)'
2+
3+ on : pull_request
4+
5+ jobs :
6+ build :
7+ strategy :
8+ fail-fast : true
9+ matrix :
10+ jdk : [ 11 ]
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Always Succeed
14+ run : true
Original file line number Diff line number Diff line change 1818 - name : Set up JDK
1919 uses : actions/setup-java@v4
2020 with :
21- java-version : 11
21+ java-version : 21
2222 distribution : ' temurin'
2323 cache : maven
2424
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- jdk : [11, 17 ]
14+ jdk : [ 21, 25 ]
1515
1616 steps :
1717 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- jdk : [11, 17 ]
14+ jdk : [ 21, 25 ]
1515
1616 steps :
1717 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2121 - name : Set up JDK
2222 uses : actions/setup-java@v4
2323 with :
24- java-version : 11
24+ java-version : 21
2525 distribution : ' temurin'
2626 cache : maven
2727 - name : Check formatting
4141 - name : Set up JDK
4242 uses : actions/setup-java@v4
4343 with :
44- java-version : 11
44+ java-version : 21
4545 distribution : ' temurin'
4646 cache : maven
4747 - name : Compile (mvn clean install)
5454 strategy :
5555 fail-fast : true
5656 matrix :
57- jdk : [ 11 , 25 ]
57+ jdk : [ 21 , 25 ]
5858 steps :
5959 - uses : actions/checkout@v4
6060 - name : Register JVM thread dump on cancel
8686 - name : Set up JDK
8787 uses : actions/setup-java@v4
8888 with :
89- java-version : 11
89+ java-version : 21
9090 distribution : ' temurin'
9191 cache : maven
9292 - name : Build
@@ -109,7 +109,7 @@ jobs:
109109 - name : Set up JDK
110110 uses : actions/setup-java@v4
111111 with :
112- java-version : 11
112+ java-version : 21
113113 distribution : ' temurin'
114114 cache : maven
115115 - name : Build
@@ -132,7 +132,7 @@ jobs:
132132 - name : Set up JDK
133133 uses : actions/setup-java@v4
134134 with :
135- java-version : 11
135+ java-version : 21
136136 distribution : ' temurin'
137137 cache : maven
138138 - name : Run install
@@ -151,7 +151,7 @@ jobs:
151151 - name : Set up JDK
152152 uses : actions/setup-java@v4
153153 with :
154- java-version : 11
154+ java-version : 21
155155 distribution : ' temurin'
156156 cache : maven
157157 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments