Skip to content

Commit e230139

Browse files
committed
Remove Java 11 from build matrix
1 parent 0829cfd commit e230139

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
java_version: ['11', '17', '21']
15+
java_version: ['17', '21']
1616
os: ['ubuntu-latest']
1717
env:
1818
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

0 commit comments

Comments
 (0)