Skip to content

Commit feef3c2

Browse files
committed
fix(ci): remove Java 17 from build matrix
All modules target Java 21; the Java 17 runner cannot compile code with target release 21.
1 parent f63ed6b commit feef3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
max-parallel: 4
2727
matrix:
2828
# test against latest LTS Java versions
29-
java: [17, 21]
29+
java: [21]
3030
name: Java ${{ matrix.java }}
3131
env:
3232
JAVA: ${{ matrix.java }}

0 commit comments

Comments
 (0)