Skip to content

Commit

Permalink
chore(ci): test multiple xcode versions (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd authored Jun 24, 2020
1 parent cdd0337 commit 7b9ac92
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,18 @@ jobs:
test-ios:
runs-on: macos-latest
timeout-minutes: 30
defaults:
run:
working-directory: ./ios
strategy:
matrix:
xcode:
- /Applications/Xcode_11.6_beta.app
- /Applications/Xcode_11.5.app
steps:
- run: sudo xcode-select --switch ${{ matrix.xcode }}
- uses: actions/checkout@v2
- run: pod lib lint --allow-warnings Capacitor.podspec
working-directory: ./ios
- run: pod lib lint --allow-warnings CapacitorCordova.podspec
working-directory: ./ios
test-android:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit 7b9ac92

Please sign in to comment.