-
Notifications
You must be signed in to change notification settings - Fork 9
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
3 changed files
with
12 additions
and
12 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: OLCUT CI (macOS x86_64, Java SE 17, 20) | ||
name: OLCUT CI (macOS x86_64, Java SE 17, 21) | ||
|
||
on: | ||
push: | ||
|
@@ -15,12 +15,12 @@ jobs: | |
strategy: | ||
matrix: | ||
# test against supported LTS versions and latest | ||
java: [ 17, 20 ] | ||
java: [ 17, 21 ] | ||
name: OLCUT - macOS Java SE ${{ matrix.java }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- name: Setup Java Development Kits built by Oracle | ||
uses: oracle-actions/[email protected].1 | ||
uses: oracle-actions/[email protected].2 | ||
with: | ||
release: ${{ matrix.java }} | ||
- name: Build with Maven | ||
|
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: OLCUT CI (Ubuntu x86_64, Java SE 17, 20) | ||
name: OLCUT CI (Ubuntu x86_64, Java SE 17, 21) | ||
|
||
on: | ||
push: | ||
|
@@ -15,12 +15,12 @@ jobs: | |
strategy: | ||
matrix: | ||
# test against supported LTS versions and latest | ||
java: [ 17, 20 ] | ||
java: [ 17, 21 ] | ||
name: OLCUT - Ubuntu Java SE ${{ matrix.java }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- name: Setup Java Development Kits built by Oracle | ||
uses: oracle-actions/[email protected].1 | ||
uses: oracle-actions/[email protected].2 | ||
with: | ||
release: ${{ matrix.java }} | ||
- name: Build with Maven | ||
|
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: OLCUT CI (Windows x86_64, Java SE 17, 20) | ||
name: OLCUT CI (Windows x86_64, Java SE 17, 21) | ||
|
||
on: | ||
push: | ||
|
@@ -15,12 +15,12 @@ jobs: | |
strategy: | ||
matrix: | ||
# test against supported LTS versions and latest | ||
java: [ 17, 20 ] | ||
java: [ 17, 21 ] | ||
name: OLCUT - Windows Java SE ${{ matrix.java }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- name: Setup Java Development Kits built by Oracle | ||
uses: oracle-actions/[email protected].1 | ||
uses: oracle-actions/[email protected].2 | ||
with: | ||
release: ${{ matrix.java }} | ||
- name: Build with Maven | ||
|