Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFLY-19879] drops Java 11 from Quickstarts Git Hub Workflows #967

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [11, 17]
os: [ubuntu-20.04, windows-latest]
jdk: [17]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [11, 17]
jdk: [17]
os: [ubuntu-20.04, windows-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
MATRIX_JDK:
description: 'the JDKs to be used on the test matrix, i.e. matrix.jdk'
required: false
default: '"11", "17"'
default: '"17"'
type: string
MATRIX_OS:
description: 'the OSes to be used on the test matrix, i.e. matrix.os'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_ejb-txn-remote-call_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
TEST_PROVISIONED_SERVER: true
TEST_BOOTABLE_JAR: false
TEST_OPENSHIFT: true
MATRIX_JDK: '"11", "17"'
MATRIX_JDK: '"17"'
MATRIX_OS: '"ubuntu-latest"'
SERVER_PROVISIONING_SERVER_HOST: 'http://localhost'
EXTRA_RUN_ARGS: '-DpostgresqlUsername="test" -DpostgresqlPassword="test"'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/quickstart_spring-resteasy_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
with:
QUICKSTART_PATH: spring-resteasy
TEST_PROVISIONED_SERVER: true
MATRIX_JDK: '"17"'