Skip to content

Commit

Permalink
CI: disable iOS 17 for now
Browse files Browse the repository at this point in the history
Basically disabling #2591. I didn't realize that we can't even run them because of the iOS 11 issue (I had tested changing that locally).
I filed SDK-3184 to drop support in the short term, but for now this disables those tests.
  • Loading branch information
NachoSoto committed Jun 12, 2023
1 parent 01ed2cb commit 0c2c674
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,9 @@ workflows:
generate-snapshot:
when: << pipeline.parameters.generate_snapshots >>
jobs:
- run-test-ios-17:
xcode_version: '15.0.0'
# Disabled until we drop support for iOS 11
# - run-test-ios-17:
# xcode_version: '15.0.0'
- run-test-ios-16:
xcode_version: '14.3.0'
- run-test-ios-15:
Expand Down Expand Up @@ -878,8 +879,9 @@ workflows:
xcode_version: '14.3.0'
- spm-receipt-parser:
xcode_version: '14.3.0'
- run-test-ios-17:
xcode_version: '15.0.0'
# Disabled until we drop support for iOS 11
# - run-test-ios-17:
# xcode_version: '15.0.0'
- run-test-ios-16:
xcode_version: '14.3.0'
- run-test-ios-15:
Expand Down

0 comments on commit 0c2c674

Please sign in to comment.