Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/android_alarm_manager_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
android-api-level: [22, 26, 31, 34]
android-api-level: [ 24, 29, 32, 36 ]

steps:
- name: "Checkout repository"
Expand All @@ -73,9 +73,8 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
cores: 3
target: google_apis
arch: x86_64
force-avd-creation: false
profile: Nexus 5X
profile: pixel_7_pro
script: ./.github/workflows/scripts/integration-test.sh android android_alarm_manager_plus_example
3 changes: 1 addition & 2 deletions .github/workflows/android_intent_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
cores: 3
target: google_apis
arch: x86_64
force-avd-creation: false
profile: Nexus 5X
profile: pixel_7_pro
script: ./.github/workflows/scripts/integration-test.sh android android_intent_example
3 changes: 1 addition & 2 deletions .github/workflows/battery_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
cores: 3
target: google_apis
arch: x86_64
force-avd-creation: false
profile: Nexus 5X
profile: pixel_7_pro
script: ./.github/workflows/scripts/integration-test.sh android battery_plus_example

ios_example_build:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/connectivity_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
android-api-level: [ 21, 26, 31, 34]
android-api-level: [ 24, 29, 32, 36 ]

steps:
- name: "Checkout repository"
Expand All @@ -77,11 +77,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
cores: 3
target: google_apis
arch: x86_64
force-avd-creation: false
profile: Nexus 5X
profile: pixel_7_pro
script: ./.github/workflows/scripts/integration-test.sh android connectivity_plus_example

ios_example_build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/device_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
cores: 3
target: google_apis
arch: x86_64
force-avd-creation: false
profile: Nexus 5X
profile: pixel_7_pro
script: ./.github/workflows/scripts/integration-test.sh android device_info_plus_example

ios_example_build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/network_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
cores: 3
target: google_apis
arch: x86_64
force-avd-creation: false
profile: Nexus 5X
profile: pixel_7_pro
script: ./.github/workflows/scripts/integration-test.sh android network_info_plus_example

ios_example_build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/package_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
cores: 3
target: google_apis
arch: x86_64
force-avd-creation: false
profile: Nexus 5X
profile: pixel_7_pro
script: ./.github/workflows/scripts/integration-test.sh android package_info_plus_example

ios_example_build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sensors_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
cores: 3
target: google_apis
arch: x86_64
force-avd-creation: false
profile: Nexus 5X
profile: pixel_7_pro
script: ./.github/workflows/scripts/integration-test.sh android sensors_plus_example

ios_example_build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/share_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.android-api-level }}
cores: 3
target: google_apis
arch: x86_64
force-avd-creation: false
profile: Nexus 5X
profile: pixel_7_pro
script: ./.github/workflows/scripts/integration-test.sh android share_plus_example

ios_example_build:
Expand Down
Loading