Skip to content

Commit

Permalink
Bumping CI to Java 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp committed Sep 19, 2023
1 parent 36c30c6 commit cc28812
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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: OLCUT CI (macOS x86_64, Java SE 17, 20)
name: OLCUT CI (macOS x86_64, Java SE 17, 21)

on:
push:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 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: OLCUT CI (Ubuntu x86_64, Java SE 17, 20)
name: OLCUT CI (Ubuntu x86_64, Java SE 17, 21)

on:
push:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 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: OLCUT CI (Windows x86_64, Java SE 17, 20)
name: OLCUT CI (Windows x86_64, Java SE 17, 21)

on:
push:
Expand All @@ -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
Expand Down

0 comments on commit cc28812

Please sign in to comment.