Skip to content

Update Version to 4.11.6.0.0 #73

Update Version to 4.11.6.0.0

Update Version to 4.11.6.0.0 #73

Workflow file for this run

name: Smoke Test
on:
# On pull requests to main
pull_request:
branches:
- main
# Manual trigger from the Github Actions tab
workflow_dispatch:
jobs:
validate-podspec:
runs-on: macos-latest
steps:
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: '15.3' # Google Mobile Ads SDK requires Xcode 15.3 starting in version 11.6.0
- name: Adapter smoke test
uses: chartboost/chartboost-mediation-ios-actions/adapter-smoke-test@v1
with:
allow-warnings: true