Skip to content

Commit

Permalink
build: Add more JDKs to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfrieze committed Sep 6, 2023
1 parent ccf09a0 commit fa939f4
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 fa939f4

Please sign in to comment.