Skip to content

Commit 4a66b9b

Browse files
authored
Merge pull request #967 from emmartins/WFLY-19879
[WFLY-19879] drops Java 11 from Quickstarts Git Hub Workflows
2 parents f5d53f4 + 44685ff commit 4a66b9b

4 files changed

+5
-6
lines changed

.github/workflows/project_ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
jdk: [11, 17]
20-
os: [ubuntu-20.04, windows-latest]
19+
jdk: [17]
20+
os: [ubuntu-latest, windows-latest]
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
jdk: [11, 17]
57+
jdk: [17]
5858
os: [ubuntu-20.04, windows-latest]
5959
steps:
6060
- uses: actions/checkout@v4

.github/workflows/quickstart_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
MATRIX_JDK:
3131
description: 'the JDKs to be used on the test matrix, i.e. matrix.jdk'
3232
required: false
33-
default: '"11", "17"'
33+
default: '"17"'
3434
type: string
3535
MATRIX_OS:
3636
description: 'the OSes to be used on the test matrix, i.e. matrix.os'

.github/workflows/quickstart_ejb-txn-remote-call_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
TEST_PROVISIONED_SERVER: true
1818
TEST_BOOTABLE_JAR: false
1919
TEST_OPENSHIFT: true
20-
MATRIX_JDK: '"11", "17"'
20+
MATRIX_JDK: '"17"'
2121
MATRIX_OS: '"ubuntu-latest"'
2222
SERVER_PROVISIONING_SERVER_HOST: 'http://localhost'
2323
EXTRA_RUN_ARGS: '-DpostgresqlUsername="test" -DpostgresqlPassword="test"'

.github/workflows/quickstart_spring-resteasy_ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ jobs:
1212
with:
1313
QUICKSTART_PATH: spring-resteasy
1414
TEST_PROVISIONED_SERVER: true
15-
MATRIX_JDK: '"17"'

0 commit comments

Comments
 (0)