Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Nov 12, 2024
1 parent 0bdfa61 commit 57e6c98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration tests (Windows, OpenJDK8)
name: Integration tests (Windows, OpenJDK11)

on: [push]

Expand All @@ -12,7 +12,7 @@ jobs:
run: git config --system core.longpaths true
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: joschi/setup-jdk@v2
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
Expand All @@ -28,7 +28,7 @@ jobs:
run: git config --system core.longpaths true
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: joschi/setup-jdk@v2
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
Expand All @@ -44,7 +44,7 @@ jobs:
run: git config --system core.longpaths true
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: joschi/setup-jdk@v2
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
Expand Down

0 comments on commit 57e6c98

Please sign in to comment.