Skip to content

Commit

Permalink
Updated tests to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
leeN committed Mar 14, 2024
1 parent 5175dab commit 4fc47b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: ${{ matrix.distribution }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
Expand All @@ -38,10 +38,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: ${{ matrix.distribution }}
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 4fc47b0

Please sign in to comment.