Skip to content

Commit

Permalink
Add Java 17 to jdk matrix (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jun 20, 2023
1 parent 17be95d commit 2dcbf66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (needSplittingFromWorkspace) {
def axes = [
jenkinsVersions: ['lts', 'latest'],
platforms: ['linux'],
jdks: [11],
jdks: ['11', '17'],
browsers: ['firefox'],
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
git \
zip \
openjdk-11-jdk \
openjdk-17-jdk \
&& rm -rf /var/lib/apt/lists/*

# create a git user and create .ssh dir
Expand Down

0 comments on commit 2dcbf66

Please sign in to comment.