Skip to content

Commit 5d17cbd

Browse files
committed
Only run with jdk 21
Signed-off-by: Craig Perkins <[email protected]>
1 parent bc8349e commit 5d17cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
java: [ 21, 23 ]
15+
java: [ 21 ]
1616
# Job name
1717
name: Build and test Alerting
1818
# This job runs on Linux

0 commit comments

Comments
 (0)