Skip to content

Commit

Permalink
Adding a new Circle CI test case for the newer Xcode 13.3.1 (#205)
Browse files Browse the repository at this point in the history
* Add the new build and see what happens
* Use the available simulator
  • Loading branch information
louis-launchdarkly authored Jun 2, 2022
1 parent 5bd1b2f commit 04520ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ workflows:

build:
jobs:
- build:
name: Xcode 13.3 - Swift 5.6
xcode-version: '13.3.1'
ios-sim: 'platform=iOS Simulator,name=iPhone 13,OS=15.4'
- build:
name: Xcode 13.1 - Swift 5.5
xcode-version: '13.1.0'
Expand Down

0 comments on commit 04520ba

Please sign in to comment.