Skip to content

Commit

Permalink
Enable testing with Java 21 Early Access builds.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Aug 3, 2023
1 parent 18c7a94 commit 69c9907
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ on:
description: "Java Version"
required: true
default: "11"
type: choice
options:
- "11"
- "17"
type: string

jobs:
build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/manual-wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ on:
description: "Java Version"
required: true
default: "11"
type: choice
options:
- "11"
- "17"
type: string
wildfly-branch:
description: "WildFly Branch"
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: ['11', '17']
java: ['11', '17', '21-ea']

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['11']
java: ['11', '21-ea']
profile:
- '-Dsecurity.manager'
- '-Dprovision.preview'
Expand Down

0 comments on commit 69c9907

Please sign in to comment.