mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
java 17
This commit is contained in:
parent
d308a9a9b5
commit
468c35e99f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -38,11 +38,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: set up JDK 11
|
- name: set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
|
|
||||||
- name: Environment Information
|
- name: Environment Information
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user