Skip to content

Commit

Permalink
Merge branch 'main' into refactor-onnx-math-2
Browse files Browse the repository at this point in the history
  • Loading branch information
JackSullivan committed Oct 27, 2021
2 parents d14f923 + 48a5777 commit 56db2fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-macos.yml
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, OpenJDK 8, 11, latest)
name: Tribuo CI (macOS x86_64, OpenJDK 8, 11, 17)

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# test against supported LTS versions and latest
java: [ 8, 11, 16 ]
java: [ 8, 11, 17 ]
name: macOS OpenJDK ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-ubuntu.yml
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, OpenJDK 8, 11, latest)
name: Tribuo CI (Ubuntu x86_64, OpenJDK 8, 11, 17)

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# test against supported LTS versions and latest
java: [ 8, 11, 16 ]
java: [ 8, 11, 17 ]
name: Ubuntu OpenJDK ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-windows.yml
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, OpenJDK 8, 11, latest)
name: Tribuo CI (Windows x86_64, OpenJDK 8, 11, 17)

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# test against supported LTS versions and latest
java: [ 8, 11, 16 ]
java: [ 8, 11, 17 ]
name: Windows OpenJDK ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 56db2fe

Please sign in to comment.