Skip to content

Commit

Permalink
add win-py312-jdk-17 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Aug 19, 2024
1 parent 3ad084a commit 3e7a75b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .azure/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
dependsOn: Deps
strategy:
matrix:
# Linux
linux-3.8: # todo: 3.8 will be EOL on October 31, 2024
imageName: "ubuntu-latest"
python.version: '3.8'
Expand All @@ -69,11 +70,11 @@ jobs:
linux-3.12:
imageName: "ubuntu-latest"
python.version: '3.12'
# Windows
windows-3.8:
imageName: "windows-2019"
python.version: '3.8'
jdk.version: '8'

windows-3.9:
imageName: "windows-2019"
python.version: '3.9'
Expand All @@ -85,6 +86,11 @@ jobs:
imageName: "windows-2019"
python.version: '3.11'
jdk.version: '17'
windows-3.12:
imageName: "windows-2019"
python.version: '3.12'
jdk.version: '21'
# OSX
mac-3.9:
imageName: "macos-11"
python.version: '3.9'
Expand All @@ -104,7 +110,7 @@ jobs:
matrix:
linux-3.8:
imageName: "ubuntu-16.04"
jdk_version: "1.11"
jdk_version: "1.11" # fixme: this version is simply ignored.
python.version: '3.8'
pool:
vmImage: $(imageName)
Expand Down

0 comments on commit 3e7a75b

Please sign in to comment.