Skip to content

Commit 5ab678e

Browse files
committed
Add a JDK-21 build to the GitHub Actions workflow
1 parent bb6c27b commit 5ab678e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- java: 17
5555
gradle: '8.6'
5656

57+
- java: 21
58+
gradle: '8.6'
59+
5760
env:
5861
TEST_ALL_CONTAINERS: ${{ matrix.container }}
5962
GRADLE_VERSION: ${{ matrix.gradle }}

0 commit comments

Comments
 (0)