Downgrade CI JDK to 15 for compatibility
This commit is contained in:
parent
318fe7f052
commit
0a124dc16a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
uses: actions/setup-java@v2.0.0
|
||||
with:
|
||||
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
|
||||
java-version: '16'
|
||||
java-version: '15'
|
||||
# Java distribution. See the list of supported distributions in README file
|
||||
distribution: 'adopt'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user