Skip to content

Commit 0c35f44

Browse files
andpabslawekjaranowski
authored andcommitted
[SUREFIRE-2139] Replace EOL JDK18 with JDK19 in build
1 parent adfb7f5 commit 0c35f44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
2828
with:
29-
jdk-matrix: '[ "8", "11", "17", "18" ]'
30-
ff-jdk: '18'
29+
jdk-matrix: '[ "8", "11", "17", "19" ]'
30+
ff-jdk: '19'
3131
ff-goal: 'clean install site site:stage -P reporting -nsu'
3232
ff-site-goal: '-v'
3333
verify-goal: 'clean install -nsu -P run-its'

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ properties(
3232
final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
3333
final def mavens = env.BRANCH_NAME == 'master' ? ['3.8.x', '3.2.x'] : ['3.8.x']
3434
// all non-EOL versions and the first EA
35-
final def jdks = [18, 17, 11, 8]
35+
final def jdks = [19, 17, 11, 8]
3636

3737
final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
3838
final def goals = ['clean', 'install']

0 commit comments

Comments
 (0)