-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
392 changed files
with
44,879 additions
and
31,745 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This workflow will build a Java project with Maven | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven | ||
|
||
name: Tribuo CI (macOS aarch64, Java SE 17, 21, 22) | ||
name: Tribuo CI (macOS aarch64, Java SE 17, 21, 23) | ||
|
||
on: | ||
push: | ||
|
@@ -15,14 +15,27 @@ jobs: | |
strategy: | ||
matrix: | ||
# test against supported LTS versions and latest | ||
java: [ 17, 21, 22 ] | ||
name: macOS Java SE ${{ matrix.java }} | ||
java: [ 21, 23 ] | ||
name: macOS aarch64 Java SE ${{ matrix.java }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Oracle Java SE | ||
uses: oracle-actions/setup-java@main | ||
uses: oracle-actions/setup-java@v1.4.0 | ||
with: | ||
website: oracle.com | ||
release: ${{ matrix.java }} | ||
- name: Build with Maven | ||
run: mvn -B package --file pom.xml -Parm | ||
build-17: | ||
runs-on: macos-14 | ||
name: macOS aarch64 Java SE 17 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Oracle Java SE | ||
uses: oracle-actions/[email protected] | ||
with: | ||
website: oracle.com | ||
release: 17 | ||
version: 17.0.12 | ||
- name: Build with Java 17 | ||
run: mvn -B package --file pom.xml -Parm |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This workflow will build a Java project with Maven | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven | ||
|
||
name: Tribuo CI (macOS x86_64, Java SE 17, 21, 22) | ||
name: Tribuo CI (macOS x86_64, Java SE 17, 21, 23) | ||
|
||
on: | ||
push: | ||
|
@@ -15,14 +15,27 @@ jobs: | |
strategy: | ||
matrix: | ||
# test against supported LTS versions and latest | ||
java: [ 17, 21, 22 ] | ||
name: macOS Java SE ${{ matrix.java }} | ||
java: [ 21, 23 ] | ||
name: macOS x86_64 Java SE ${{ matrix.java }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Oracle Java SE | ||
uses: oracle-actions/setup-java@v1 | ||
uses: oracle-actions/setup-java@v1.4.0 | ||
with: | ||
website: oracle.com | ||
release: ${{ matrix.java }} | ||
- name: Build with Maven | ||
run: mvn -B package --file pom.xml | ||
build-17: | ||
runs-on: macos-13 | ||
name: macOS x86_64 Java SE 17 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Oracle Java SE | ||
uses: oracle-actions/[email protected] | ||
with: | ||
website: oracle.com | ||
release: 17 | ||
version: 17.0.12 | ||
- name: Build with Java 17 | ||
run: mvn -B package --file pom.xml |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This workflow will build a Java project with Maven | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven | ||
|
||
name: Tribuo CI (Ubuntu x86_64, Java SE 17, 21, 22) | ||
name: Tribuo CI (Ubuntu x86_64, Java SE 17, 21, 23) | ||
|
||
on: | ||
push: | ||
|
@@ -15,14 +15,27 @@ jobs: | |
strategy: | ||
matrix: | ||
# test against supported LTS versions and latest | ||
java: [ 17, 21, 22 ] | ||
java: [ 21, 23 ] | ||
name: Ubuntu Java SE ${{ matrix.java }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Oracle Java SE | ||
uses: oracle-actions/setup-java@v1 | ||
uses: oracle-actions/setup-java@v1.4.0 | ||
with: | ||
website: oracle.com | ||
release: ${{ matrix.java }} | ||
- name: Build with Maven | ||
run: mvn -B package --file pom.xml | ||
build-17: | ||
runs-on: ubuntu-latest | ||
name: Ubuntu Java SE 17 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Oracle Java SE | ||
uses: oracle-actions/[email protected] | ||
with: | ||
website: oracle.com | ||
release: 17 | ||
version: 17.0.12 | ||
- name: Build with Java 17 | ||
run: mvn -B package --file pom.xml |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This workflow will build a Java project with Maven | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven | ||
|
||
name: Tribuo CI (Windows x86_64, Java SE 17, 21, 22) | ||
name: Tribuo CI (Windows x86_64, Java SE 17, 21, 23) | ||
|
||
on: | ||
push: | ||
|
@@ -15,14 +15,27 @@ jobs: | |
strategy: | ||
matrix: | ||
# test against supported LTS versions and latest | ||
java: [ 17, 21, 22 ] | ||
java: [ 21, 23 ] | ||
name: Windows Java SE ${{ matrix.java }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Oracle Java SE | ||
uses: oracle-actions/setup-java@v1 | ||
uses: oracle-actions/setup-java@v1.4.0 | ||
with: | ||
website: oracle.com | ||
release: ${{ matrix.java }} | ||
- name: Build with Maven | ||
run: mvn -B package --file pom.xml | ||
build-17: | ||
runs-on: windows-latest | ||
name: Windows Java SE 17 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Oracle Java SE | ||
uses: oracle-actions/[email protected] | ||
with: | ||
website: oracle.com | ||
release: 17 | ||
version: 17.0.12 | ||
- name: Build with Java 17 | ||
run: mvn -B package --file pom.xml |
Oops, something went wrong.