File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
jobs :
23
23
24
24
lint_markdown_files :
25
- uses : optimizely/swift-sdk/.github/workflows/lint_markdown.yml@master
25
+ uses : optimizely/swift-sdk/.github/workflows/lint_markdown.yml@muzahid/remove-travis-repo
26
26
27
27
integration_tests :
28
28
if : " ${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
29
- uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@master
29
+ uses : optimizely/swift-sdk/.github/workflows/integration_tests.yml@muzahid/remove-travis-repo
30
30
secrets :
31
31
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
32
32
# TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
Original file line number Diff line number Diff line change @@ -19,27 +19,27 @@ jobs:
19
19
# - see "https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md" for installed macOS, xcode and simulator versions.
20
20
include :
21
21
- os : 16.1
22
- device : " iPhone 12 "
22
+ device : " iPhone 14 "
23
23
scheme : " OptimizelySwiftSDK-iOS"
24
24
test_sdk : " iphonesimulator"
25
25
platform : " iOS Simulator"
26
26
os_type : " iOS"
27
27
simulator_xcode_version : 14.1
28
- - os : 15.5
29
- device : " iPhone 12 "
28
+ - os : 15.2
29
+ device : " iPhone 14 "
30
30
scheme : " OptimizelySwiftSDK-iOS"
31
31
test_sdk : " iphonesimulator"
32
32
platform : " iOS Simulator"
33
33
os_type : " iOS"
34
- simulator_xcode_version : 13.4.1
35
- - os : 15.5
34
+ simulator_xcode_version : 14.2
35
+ - os : 16.4
36
36
# good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
37
37
device : " iPad Air (4th generation)"
38
38
scheme : " OptimizelySwiftSDK-iOS"
39
39
test_sdk : " iphonesimulator"
40
40
platform : " iOS Simulator"
41
41
os_type : " iOS"
42
- simulator_xcode_version : 13.4 .1
42
+ simulator_xcode_version : 14.3 .1
43
43
- os : 16.1
44
44
device : " Apple TV"
45
45
scheme : " OptimizelySwiftSDK-tvOS"
You can’t perform that action at this time.
0 commit comments