Skip to content

Commit

Permalink
Bump AppVeyor image from 2017 to 2019 to test with newer Java: 1.8u16…
Browse files Browse the repository at this point in the history
…2 -> 1.8u221, 13 -> 15
  • Loading branch information
vlsi committed Nov 29, 2020
1 parent 6e32d03 commit d3cf485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Configuration file for Appveyor continuous integration.
version: '{build}'
image: Visual Studio 2017
image: Visual Studio 2019
clone_depth: 100
# Space and plus are here to catch unit tests that fail to support folders with spaces
clone_folder: C:\projects\calcite +
Expand All @@ -39,7 +39,7 @@ matrix:
environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
- JAVA_HOME: C:\Program Files\Java\jdk13
- JAVA_HOME: C:\Program Files\Java\jdk15
build_script:
- ./gradlew assemble javadoc
test_script:
Expand Down

0 comments on commit d3cf485

Please sign in to comment.