Skip to content

Commit

Permalink
Merge pull request #64 from webcompere/broaden-build-jdks
Browse files Browse the repository at this point in the history
build: Add more JDKs to the build matrix
  • Loading branch information
ashleyfrieze authored Sep 6, 2023
2 parents ccf09a0 + fa939f4 commit fe9775c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ environment:
- job_name: Windows build JDK 11
appveyor_build_worker_image: Visual Studio 2015
JAVA_HOME: C:\Program Files\Java\jdk11
# - job_name: Windows build JDK 17
# appveyor_build_worker_image: Visual Studio 2019
# JAVA_HOME: C:\Program Files\Java\jdk17
- job_name: Windows build JDK 17
appveyor_build_worker_image: Visual Studio 2019
JAVA_HOME: C:\Program Files\Java\jdk17
- job_name: Linux build
appveyor_build_worker_image: Ubuntu

Expand Down

0 comments on commit fe9775c

Please sign in to comment.