Skip to content

Commit

Permalink
feat: maven on Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Sep 23, 2024
1 parent d6d8491 commit c4359a5
Show file tree
Hide file tree
Showing 29 changed files with 610 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: eclipse-temurin-22-jammy
name: amazoncorretto-23-al2023

on:
push:
branches:
- main
paths:
- "eclipse-temurin-22-jammy/**"
- .github/workflows/eclipse-temurin-22-jammy.yml
- "amazoncorretto-23-al2023/**"
- .github/workflows/amazoncorretto-23-al2023.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
Expand All @@ -15,8 +15,8 @@ on:
- "!tests/*.windows"
pull_request:
paths:
- "eclipse-temurin-22-jammy/**"
- .github/workflows/eclipse-temurin-22-jammy.yml
- "amazoncorretto-23-al2023/**"
- .github/workflows/amazoncorretto-23-al2023.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
Expand All @@ -28,5 +28,5 @@ jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: eclipse-temurin-22-jammy
directory: amazoncorretto-23-al2023
secrets: inherit
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: eclipse-temurin-22-alpine
name: amazoncorretto-23-debian

on:
push:
branches:
- main
paths:
- "eclipse-temurin-22-alpine/**"
- .github/workflows/eclipse-temurin-22-alpine.yml
- "amazoncorretto-23-debian/**"
- .github/workflows/amazoncorretto-23-debian.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
Expand All @@ -15,8 +15,8 @@ on:
- "!tests/*.windows"
pull_request:
paths:
- "eclipse-temurin-22-alpine/**"
- .github/workflows/eclipse-temurin-22-alpine.yml
- "amazoncorretto-23-debian/**"
- .github/workflows/amazoncorretto-23-debian.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
Expand All @@ -28,5 +28,5 @@ jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: eclipse-temurin-22-alpine
directory: amazoncorretto-23-debian
secrets: inherit
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: eclipse-temurin-22
name: amazoncorretto-23

on:
push:
branches:
- main
paths:
- "eclipse-temurin-22/**"
- .github/workflows/eclipse-temurin-22.yml
- "amazoncorretto-23/**"
- .github/workflows/amazoncorretto-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
Expand All @@ -15,8 +15,8 @@ on:
- "!tests/*.windows"
pull_request:
paths:
- "eclipse-temurin-22/**"
- .github/workflows/eclipse-temurin-22.yml
- "amazoncorretto-23/**"
- .github/workflows/amazoncorretto-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
Expand All @@ -28,5 +28,5 @@ jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: eclipse-temurin-22
directory: amazoncorretto-23
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/azulzulu-23-alpine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: azulzulu-23-alpine

on:
push:
branches:
- main
paths:
- "azulzulu-23-alpine/**"
- .github/workflows/azulzulu-23-alpine.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "azulzulu-23-alpine/**"
- .github/workflows/azulzulu-23-alpine.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: azulzulu-23-alpine
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/azulzulu-23-debian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: azulzulu-23-debian

on:
push:
branches:
- main
paths:
- "azulzulu-23-debian/**"
- .github/workflows/azulzulu-23-debian.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "azulzulu-23-debian/**"
- .github/workflows/azulzulu-23-debian.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: azulzulu-23-debian
secrets: inherit
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: sapmachine-22
name: azulzulu-23

on:
push:
branches:
- main
paths:
- "sapmachine-22/**"
- .github/workflows/sapmachine-22.yml
- "azulzulu-23/**"
- .github/workflows/azulzulu-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
Expand All @@ -15,8 +15,8 @@ on:
- "!tests/*.windows"
pull_request:
paths:
- "sapmachine-22/**"
- .github/workflows/sapmachine-22.yml
- "azulzulu-23/**"
- .github/workflows/azulzulu-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
Expand All @@ -28,5 +28,5 @@ jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: sapmachine-22
directory: azulzulu-23
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/eclipse-temurin-23-alpine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: eclipse-temurin-23-alpine

on:
push:
branches:
- main
paths:
- "eclipse-temurin-23-alpine/**"
- .github/workflows/eclipse-temurin-23-alpine.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "eclipse-temurin-23-alpine/**"
- .github/workflows/eclipse-temurin-23-alpine.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: eclipse-temurin-23-alpine
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/eclipse-temurin-23-noble.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: eclipse-temurin-23-noble

on:
push:
branches:
- main
paths:
- "eclipse-temurin-23-noble/**"
- .github/workflows/eclipse-temurin-23-noble.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "eclipse-temurin-23-noble/**"
- .github/workflows/eclipse-temurin-23-noble.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: eclipse-temurin-23-noble
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/eclipse-temurin-23.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: eclipse-temurin-23

on:
push:
branches:
- main
paths:
- "eclipse-temurin-23/**"
- .github/workflows/eclipse-temurin-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "eclipse-temurin-23/**"
- .github/workflows/eclipse-temurin-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: eclipse-temurin-23
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/graalvm-community-23.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: graalvm-community-23

on:
push:
branches:
- main
paths:
- "graalvm-community-23/**"
- .github/workflows/graalvm-community-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "graalvm-community-23/**"
- .github/workflows/graalvm-community-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: graalvm-community-23
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/ibm-semeru-23-jammy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: ibm-semeru-23-jammy

on:
push:
branches:
- main
paths:
- "ibm-semeru-23-jammy/**"
- .github/workflows/ibm-semeru-23-jammy.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "ibm-semeru-23-jammy/**"
- .github/workflows/ibm-semeru-23-jammy.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: ibm-semeru-23-jammy
secrets: inherit
32 changes: 32 additions & 0 deletions .github/workflows/oracle-graalvm-23.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: oracle-graalvm-23

on:
push:
branches:
- main
paths:
- "oracle-graalvm-23/**"
- .github/workflows/oracle-graalvm-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"
pull_request:
paths:
- "oracle-graalvm-23/**"
- .github/workflows/oracle-graalvm-23.yml
- .github/workflows/_template.yml
- common.sh
- tags-for-dir.sh
- "tests/**"
- "!tests/*.ps*"
- "!tests/*.windows"

jobs:
build:
uses: ./.github/workflows/_template.yml
with:
directory: oracle-graalvm-23
secrets: inherit
Loading

0 comments on commit c4359a5

Please sign in to comment.