Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 8e80af2

Browse files
committed
Add Java 21 to deployment workflows
1 parent b19176f commit 8e80af2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
needs: [prepare_release]
100100
strategy:
101101
matrix:
102-
java: [11, 17]
102+
java: [11, 17, 21]
103103
java-package: [jdk]
104104
distribution: [temurin]
105105
include:

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
java: [11, 17]
11+
java: [11, 17, 21]
1212
java-package: [jdk]
1313
distribution: [temurin]
1414
include:

0 commit comments

Comments
 (0)