diff --git a/.github/workflows/android_alarm_manager_plus.yaml b/.github/workflows/android_alarm_manager_plus.yaml index c99722f0fd..8f5bca319e 100644 --- a/.github/workflows/android_alarm_manager_plus.yaml +++ b/.github/workflows/android_alarm_manager_plus.yaml @@ -60,7 +60,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - android-api-level: [21, 26, 31] + android-api-level: [22, 26, 31, 34] steps: - name: "Checkout repository" diff --git a/.github/workflows/android_intent_plus.yaml b/.github/workflows/android_intent_plus.yaml index ffb61262d7..eae6b2c088 100644 --- a/.github/workflows/android_intent_plus.yaml +++ b/.github/workflows/android_intent_plus.yaml @@ -60,7 +60,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - android-api-level: [ 22, 26, 31 ] + android-api-level: [ 22, 26, 31, 34 ] steps: - name: "Checkout repository" diff --git a/.github/workflows/battery_plus.yaml b/.github/workflows/battery_plus.yaml index 64cb41d984..0f2731ca44 100644 --- a/.github/workflows/battery_plus.yaml +++ b/.github/workflows/battery_plus.yaml @@ -64,7 +64,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - android-api-level: [ 22, 26, 31 ] + android-api-level: [ 22, 26, 31, 34 ] steps: - name: "Checkout repository" @@ -115,7 +115,7 @@ jobs: - name: "Start Simulator" uses: futureware-tech/simulator-action@v3 with: - model: "iPhone 14" + model: "iPhone 15" - name: "Run Integration Test" run: ./.github/workflows/scripts/integration-test.sh ios battery_plus_example diff --git a/.github/workflows/connectivity_plus.yaml b/.github/workflows/connectivity_plus.yaml index d783f3b0ef..0a7be37c65 100644 --- a/.github/workflows/connectivity_plus.yaml +++ b/.github/workflows/connectivity_plus.yaml @@ -64,7 +64,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - android-api-level: [ 21, 26, 31 ] + android-api-level: [ 21, 26, 31, 34] steps: - name: "Checkout repository" @@ -115,7 +115,7 @@ jobs: - name: "Start Simulator" uses: futureware-tech/simulator-action@v3 with: - model: 'iPhone 14' + model: 'iPhone 15' - name: "Run Integration Test" run: ./.github/workflows/scripts/integration-test.sh ios connectivity_plus_example diff --git a/.github/workflows/device_info_plus.yaml b/.github/workflows/device_info_plus.yaml index 5ea8ddd998..5730eddeb0 100644 --- a/.github/workflows/device_info_plus.yaml +++ b/.github/workflows/device_info_plus.yaml @@ -64,7 +64,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - android-api-level: [ 22, 26, 31 ] + android-api-level: [ 22, 26, 31, 34 ] steps: - name: "Checkout repository" @@ -114,7 +114,7 @@ jobs: - name: "Start Simulator" uses: futureware-tech/simulator-action@v3 with: - model: 'iPhone 14' + model: 'iPhone 15' - name: "Run Integration Test" run: ./.github/workflows/scripts/integration-test.sh ios device_info_plus_example diff --git a/.github/workflows/network_info_plus.yaml b/.github/workflows/network_info_plus.yaml index a147470c95..ad1c1ed5fd 100644 --- a/.github/workflows/network_info_plus.yaml +++ b/.github/workflows/network_info_plus.yaml @@ -63,7 +63,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - android-api-level: [ 22, 26, 31 ] + android-api-level: [ 22, 26, 31, 34 ] steps: - name: "Checkout repository" @@ -114,7 +114,7 @@ jobs: - name: "Start Simulator" uses: futureware-tech/simulator-action@v3 with: - model: 'iPhone 14' + model: 'iPhone 15' - name: "Run Integration Test" run: ./.github/workflows/scripts/integration-test.sh ios network_info_plus_example diff --git a/.github/workflows/package_info_plus.yaml b/.github/workflows/package_info_plus.yaml index 6641ca7728..8896b2744c 100644 --- a/.github/workflows/package_info_plus.yaml +++ b/.github/workflows/package_info_plus.yaml @@ -64,7 +64,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - android-api-level: [ 22, 26, 31 ] + android-api-level: [ 22, 26, 31, 34 ] steps: - name: "Checkout repository" @@ -114,7 +114,7 @@ jobs: - name: "Start Simulator" uses: futureware-tech/simulator-action@v3 with: - model: 'iPhone 14' + model: 'iPhone 15' - name: "Run Integration Test" run: ./.github/workflows/scripts/integration-test.sh ios package_info_plus_example diff --git a/.github/workflows/sensors_plus.yaml b/.github/workflows/sensors_plus.yaml index 985eabbab2..7d273230c1 100644 --- a/.github/workflows/sensors_plus.yaml +++ b/.github/workflows/sensors_plus.yaml @@ -60,7 +60,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - android-api-level: [ 22, 26, 31 ] + android-api-level: [ 22, 26, 31, 34 ] steps: - name: "Checkout repository" @@ -109,7 +109,7 @@ jobs: - name: "Start Simulator" uses: futureware-tech/simulator-action@v3 with: - model: 'iPhone 14' + model: 'iPhone 15' - name: "Bootstrap Workspace" run: melos bootstrap --scope="$PLUGIN_SCOPE" - name: "Run Integration Test" diff --git a/.github/workflows/share_plus.yaml b/.github/workflows/share_plus.yaml index 8b22581f9c..5943525000 100644 --- a/.github/workflows/share_plus.yaml +++ b/.github/workflows/share_plus.yaml @@ -63,7 +63,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - android-api-level: [ 22, 26, 31 ] + android-api-level: [ 22, 26, 31, 34 ] steps: - name: "Checkout repository" @@ -113,7 +113,7 @@ jobs: - name: "Start Simulator" uses: futureware-tech/simulator-action@v3 with: - model: 'iPhone 14' + model: 'iPhone 15' - name: "Run Integration Test" run: ./.github/workflows/scripts/integration-test.sh ios share_plus_example