Skip to content

Commit 32b65d5

Browse files
committed
[ci] Increase deprecation check minimum to iOS 17
1 parent c5ab57a commit 32b65d5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.ci/targets/ios_platform_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tasks:
1818
- name: xcode analyze deprecation
1919
# Ensure we don't accidentally introduce deprecated code.
2020
script: .ci/scripts/tool_runner.sh
21-
args: ["xcode-analyze", "--ios", "--ios-min-version=14.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml,script/configs/xcode_warnings_exceptions.yaml"]
21+
args: ["xcode-analyze", "--ios", "--ios-min-version=17.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml,script/configs/xcode_warnings_exceptions.yaml"]
2222
- name: native test
2323
script: .ci/scripts/tool_runner.sh
2424
# Simulator name and version must match name and version in create_simulator.sh
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# TODO(louisehsu): Remove deprecation check when StoreKit 2 is adopted. https://github.com/flutter/flutter/issues/116383
22
- in_app_purchase_storekit
3+
# TODO(jmagman): Remove deprecation check when UIWindowScene.windows is adopted. https://github.com/flutter/flutter/issues/154365
4+
- integration_test

0 commit comments

Comments
 (0)