This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/master by this push:
     new 74bdbac  ci(action): update android workflow (#257)
74bdbac is described below

commit 74bdbacc80890e6a3a47850773f0387782d0d2aa
Author: エリス <[email protected]>
AuthorDate: Fri May 26 12:45:54 2023 +0900

    ci(action): update android workflow (#257)
    
    * ci(action): update android workflow
    
    - Drop minimum 5.1 testing
    - Increased minimum 7.0 testing
    - Removed SDK 31 testing (Covered by SDK 32)
    - Added SDK 33 testing
    
    * ci: android 13 pr config file
---
 .github/workflows/android.yml        | 14 +++++++-------
 conf/pr/local/android-13.config.json |  7 +++++++
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 1f914ca..3159b6b 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -57,8 +57,8 @@ jobs:
       matrix:
         versions:
           # Test the lowest minimum supported APIs
-          - android: 5.1
-            android-api: 22
+          - android: 7
+            android-api: 24
 
           # Test the last 3-4 supported APIs
           - android: 10
@@ -67,12 +67,12 @@ jobs:
           - android: 11
             android-api: 30
 
-          - android: 12
-            android-api: 31
-
           - android: 12L
             android-api: 32
 
+          - android: 13
+            android-api: 33
+
     timeout-minutes: 60
 
     steps:
@@ -105,7 +105,7 @@ jobs:
         if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
         run: npm i -g github:apache/cordova-paramedic
 
-      - uses: 
reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
+      - uses: 
reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b
         env:
           system-image-arch: ${{ matrix.versions.system-image-arch == '' && 
env.default_system-image-arch || matrix.versions.system-image-arch }}
           system-image-target: ${{ matrix.versions.system-image-target == '' 
&& env.default_system-image-target || matrix.versions.system-image-target }}
@@ -119,7 +119,7 @@ jobs:
           script: echo "Pregenerate the AVD before running Paramedic"
 
       - name: Run paramedic tests
-        uses: 
reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
+        uses: 
reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b
         env:
           system-image-arch: ${{ matrix.versions.system-image-arch == '' && 
env.default_system-image-arch || matrix.versions.system-image-arch }}
           system-image-target: ${{ matrix.versions.system-image-target == '' 
&& env.default_system-image-target || matrix.versions.system-image-target }}
diff --git a/conf/pr/local/android-13.config.json 
b/conf/pr/local/android-13.config.json
new file mode 100644
index 0000000..c3fecfa
--- /dev/null
+++ b/conf/pr/local/android-13.config.json
@@ -0,0 +1,7 @@
+{
+    "platform": "android@latest",
+    "action": "run",
+    "cleanUpAfterRun": true,
+    "verbose": true,
+    "skipAppiumTests": true
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to