Merge branch 'stleary:master' into Issue_682_JSONString_similarity

This commit is contained in:
spaffrath 2022-08-20 07:51:30 -07:00 committed by GitHub
commit 7dd9e01dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
# build against supported Java LTS versions:
java: [ 1.7, 8, 11 ]
java: [ 8, 11 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2