2323 matrix :
2424 # test against latest update of each major Java version, as well as specific updates of LTS versions:
2525 RUNTIME : [ol, wlp]
26- RUNTIME_VERSION : [25.0.0.9]
26+ RUNTIME_VERSION : [25.0.0.9,25.0.0.10 ]
2727 java : [25, 21, 17, 11, 8]
2828 exclude :
2929 - java : 8
3434 RUNTIME : ol
3535 - java : 21
3636 RUNTIME : ol
37+ - RUNTIME_VERSION : 25.0.0.9
38+ java : 25
39+ - RUNTIME_VERSION : 25.0.0.10
40+ java : 21
41+ - RUNTIME_VERSION : 25.0.0.10
42+ java : 17
43+ - RUNTIME_VERSION : 25.0.0.10
44+ java : 11
45+ - RUNTIME_VERSION : 25.0.0.10
46+ java : 8
3747 name : ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, Linux
3848 steps :
3949 # Checkout repos
@@ -103,9 +113,8 @@ jobs:
103113 - name : Checkout ci.ant
104114 uses : actions/checkout@v3
105115 with :
106- repository : venmanyarun /ci.ant
116+ repository : OpenLiberty /ci.ant
107117 path : ci.ant
108- ref : package_archive_path_fix
109118 - name : Set up Maven
110119 uses : stCarolas/setup-maven@v4.5
111120 with :
@@ -135,7 +144,7 @@ jobs:
135144 matrix :
136145 # test against latest update of each major Java version, as well as specific updates of LTS versions:
137146 RUNTIME : [ol, wlp]
138- RUNTIME_VERSION : [ 25.0.0.9 ]
147+ RUNTIME_VERSION : [ 25.0.0.9,25.0.0.10 ]
139148 java : [ 25, 21, 17, 11, 8 ]
140149 exclude :
141150 - java : 8
@@ -146,6 +155,16 @@ jobs:
146155 RUNTIME : ol
147156 - java : 21
148157 RUNTIME : ol
158+ - RUNTIME_VERSION : 25.0.0.9
159+ java : 25
160+ - RUNTIME_VERSION : 25.0.0.10
161+ java : 21
162+ - RUNTIME_VERSION : 25.0.0.10
163+ java : 17
164+ - RUNTIME_VERSION : 25.0.0.10
165+ java : 11
166+ - RUNTIME_VERSION : 25.0.0.10
167+ java : 8
149168 name : ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, Windows
150169 steps :
151170 # Checkout repos
@@ -208,7 +227,7 @@ jobs:
208227 run : |
209228 echo ${{github.workspace}}
210229 git clone https://github.com/OpenLiberty/ci.common.git ${{github.workspace}}/ci.common
211- git clone https://github.com/venmanyarun /ci.ant.git ${{github.workspace}}/ci.ant --branch package_archive_path_fix --single-branch
230+ git clone https://github.com/OpenLiberty /ci.ant.git ${{github.workspace}}/ci.ant
212231 - name : Set up Maven
213232 uses : stCarolas/setup-maven@v4.5
214233 with :
0 commit comments