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: strategy:
matrix: matrix:
java-version: [ 11, 17, 19, 20 ] java-version: [ 17, 19, 20 ]
steps: steps:
- name: Checkout source repository - name: Checkout source repository

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>