diff options
author | Keuin <[email protected]> | 2022-10-04 02:12:04 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-10-04 02:12:04 +0800 |
commit | e9f273cd996c67272741bedbba3400a5b0e85a41 (patch) | |
tree | 3b2c59c1ffd7f7be26744de314797398932a35b0 | |
parent | e394e795d768f608c0c520a011f3d3627a93f3ab (diff) |
-rw-r--r-- | .github/workflows/run-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5795379..e7efb41 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,7 +11,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: - java-version: '15' + java-version: '17' distribution: 'adopt' - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@v1 |