Skip to content

Commit

Permalink
Test using java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Lo committed Oct 31, 2024
1 parent 5eccca2 commit 86e6118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
java-version: 11
distribution: 'microsoft'
cache: 'gradle'
cache-dependency-path: |
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
java-version: 11
distribution: 'microsoft'
cache: 'gradle'
cache-dependency-path: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
java-version: 11
distribution: 'microsoft'
cache: 'gradle'
cache-dependency-path: |
Expand Down

0 comments on commit 86e6118

Please sign in to comment.