Disable JDK 11 tests

This commit is contained in:
Geert Bevin 2023-04-04 19:50:45 -04:00
parent 6f8fc8df36
commit 27f12c169b
2 changed files with 7 additions and 1 deletions

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
java-version: [ 11, 17, 19, 20 ]
java-version: [ 17, 19, 20 ]
steps:
- name: Checkout source repository