Skip to content

Commit

Permalink
Support Cordova 13 in CI (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie authored Jun 25, 2024
1 parent 1dcafeb commit 8be79ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .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 @@ -54,6 +60,7 @@ jobs:
- name: Build test app
run: |
sdkmanager "build-tools;30.0.3"
sdkmanager "build-tools;34.0.0"
npm install -g cordova@${{ matrix.cordova }}
cordova create temp
cd temp
Expand Down

0 comments on commit 8be79ef

Please sign in to comment.