Skip to content

Commit 2ac6843

Browse files
committed
Remove pre-JDK17 targets from v3 rebuild action
1 parent 7443d70 commit 2ac6843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dep_build_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
java_version: ['8', '17', '21', '23']
17+
java_version: ['17', '21', '23']
1818
# Versions need to align with ones in 'main.yml' workflow
1919
kotlin_version: ['1.9.24', '2.0.21', '2.1.0']
2020
env:

0 commit comments

Comments
 (0)