Skip to content

Commit 09cf965

Browse files
authored
Remove Java 11 from test matrix
1 parent 2396ebe commit 09cf965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest, windows-latest ]
15-
# Always test on the latest version and all LTS.
16-
java: [ 11, 17, 21, 23 ]
15+
# Always test on the latest version and some LTS.
16+
java: [ 17, 21, 23 ]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)