Skip to content

Commit

Permalink
run tests on iOS 10 to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Mar 17, 2020
1 parent d2d8aab commit 425c229
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ jobs:
build-and-test-ios11-iphonex:
executor:
name: simulator
xcode: '10.3.0'
os: '11.2'
xcode: '10.2.1'
os: '11.4'
device: iPhone X
steps:
- checkout
Expand All @@ -325,8 +325,8 @@ jobs:
build-and-test-ios10-iphone7:
executor:
name: simulator
xcode: '10.3.0'
os: '10.3.1'
xcode: '10.2.1'
os: '10.3.0'
device: iPhone 7
steps:
- checkout
Expand Down Expand Up @@ -422,6 +422,8 @@ workflows:
- swiftlint
- build-and-test-ios13-iphone11promax
- build-and-test-ios12-iphonexsmax
- build-and-test-ios11-iphonex
- build-and-test-ios10-iphone7
- build-documentation
- generate-changelog
- create-version-tag:
Expand All @@ -430,6 +432,8 @@ workflows:
- swiftlint
- build-and-test-ios13-iphone11promax
- build-and-test-ios12-iphonexsmax
- build-and-test-ios11-iphonex
- build-and-test-ios10-iphone7
- build-documentation
- generate-changelog
filters:
Expand Down

0 comments on commit 425c229

Please sign in to comment.