Skip to content

Commit

Permalink
Support Cordova 13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie authored Jun 25, 2024
1 parent 1dcafeb commit 8f66b71
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cordova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ jobs:
fail-fast: false
matrix:
include:
- jdk: 16
- jdk: 17
cordova: latest
platform: latest
node: 18.x
ubuntu: 22.04
android-cmdline-tools-version: 10406996
- jdk: 16
cordova: 12
platform: 12
node: 18.x
ubuntu: 22.04
android-cmdline-tools-version: 9862592
- jdk: 11
cordova: 11
Expand Down Expand Up @@ -53,7 +59,7 @@ jobs:
cmdline-tools-version: ${{ matrix.android-cmdline-tools-version }}
- name: Build test app
run: |
sdkmanager "build-tools;30.0.3"
sdkmanager "build-tools;30.0.3;34.0.0"
npm install -g cordova@${{ matrix.cordova }}
cordova create temp
cd temp
Expand Down

0 comments on commit 8f66b71

Please sign in to comment.