Skip to content

Commit

Permalink
testing JDK 17.0.10 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeback committed May 26, 2024
1 parent 484635f commit e315c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD_Main_Pipeline -4Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Java on Windows
if: runner.os == 'Windows'
run: |
$JAVA_VERSION=17
$JAVA_VERSION=17.0.10
if (Get-Command java -ErrorAction SilentlyContinue) {
Write-Output "Java found in PATH"
$java = Get-Command java
Expand Down

0 comments on commit e315c43

Please sign in to comment.