forked from OpenLiberty/ci.maven
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Versionless feature updates and prep 3.11.0 release
- Loading branch information
1 parent
b5b0586
commit 09bb362
Showing
5 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
matrix: | ||
# test against latest update of each major Java version, as well as specific updates of LTS versions: | ||
RUNTIME: [ol, wlp] | ||
RUNTIME_VERSION: [24.0.0.9] | ||
RUNTIME_VERSION: [24.0.0.10] | ||
java: [21, 17, 11, 8] | ||
exclude: | ||
- java: 8 | ||
|
@@ -48,7 +48,8 @@ jobs: | |
- name: Checkout ci.common | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: OpenLiberty/ci.common | ||
repository: cherylking/ci.common | ||
ref: changeMinVersionForVersionlessFeatures | ||
path: ci.common | ||
- name: Checkout ci.ant | ||
uses: actions/checkout@v3 | ||
|
@@ -80,7 +81,7 @@ jobs: | |
matrix: | ||
# test against latest update of each major Java version, as well as specific updates of LTS versions: | ||
RUNTIME: [ol, wlp] | ||
RUNTIME_VERSION: [24.0.0.9] | ||
RUNTIME_VERSION: [24.0.0.10] | ||
java: [21, 17, 11, 8] | ||
exclude: | ||
- java: 8 | ||
|
@@ -102,7 +103,7 @@ jobs: | |
- name: Clone ci.ant, ci.common, ci.maven repos to C drive | ||
run: | | ||
cp -r D:/a/ci.maven/ci.maven C:/ci.maven | ||
git clone https://github.com/OpenLiberty/ci.common.git C:/ci.common | ||
git clone https://github.com/cherylking/ci.common.git --branch changeMinVersionForVersionlessFeatures --single-branch C:/ci.common | ||
git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant | ||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters