mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-21 00:02:46 +08:00
feat!: API 31 support (#1410)
* feat(breaking): API 31 support * ci: bump actions/setup-java@3 w/ java 11 * ci: set setup-java distribution to adopt Co-authored-by: Erisu <erisu@apache.org>
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -38,10 +38,11 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 1.8
|
||||
distribution: 'adopt'
|
||||
java-version: 11
|
||||
|
||||
- name: Environment Information
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user