Skip to content

Commit 7163c78

Browse files
authored
Bumped Tests to use newest iPhone and Swift Version
1 parent 4a18087 commit 7163c78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
- run:
2929
name: Build (Swift 5.0)
3030
command: >
31-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.0
31+
set -o pipefail && xcodebuild build SWIFT_VERSION=5.2.2
3232
-workspace RxWebKit.xcworkspace
3333
-scheme 'RxWebKit' -sdk iphonesimulator
34-
-destination "name=iPhone " | xcpretty -c
34+
-destination "name=iPhone 11" | xcpretty -c
3535
- run:
3636
name: Run Tests (Swift 5.0)
3737
command: >
38-
set -o pipefail && xcodebuild test SWIFT_VERSION=5.0
38+
set -o pipefail && xcodebuild test SWIFT_VERSION=5.2.2
3939
-workspace RxWebKit.xcworkspace
4040
-scheme 'RxWebKitTests-iOS' -sdk iphonesimulator
41-
-destination "name=iPhone " | xcpretty -c --test
41+
-destination "name=iPhone 11" | xcpretty -c --test
4242
- store_artifacts:
4343
path: /tmp/xcode-test-results
4444
workflows:

0 commit comments

Comments
 (0)