Build PR with Java 8

Issue gh-761
This commit is contained in:
Joe Grandja
2022-06-10 10:45:53 -04:00
parent 77d665fe97
commit c75b8a1cb9

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
jdk: [11]
jdk: [8]
fail-fast: false
steps:
- uses: actions/checkout@v2