Skip to content

Commit b5fcb5e

Browse files
committed
[GHA] Drop jdk 11 again as this is spring 6
left profile as that needs copied to javax support. Javax support can run 11 with derby this way.
1 parent 2141d75 commit b5fcb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
java: [11, 17, 21, 22-ea]
11+
java: [17, 21, 22-ea]
1212
distribution: ['temurin']
1313
fail-fast: false
1414
max-parallel: 4

0 commit comments

Comments
 (0)