Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the test pipelines to include iOS 26 simulator testing alongside the existing iOS 18.4 tests. The changes add iOS 26.0 as a test target and update the "latest" iOS version reference to 26.0.
Key changes:
- Added iOS 26.0 to the test matrix for both UI tests and device tests
- Updated the "latest" iOS simulator version from 18.5 to 26.0
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/ui-tests.yml | Added iOS 26.0 to the iosVersions test matrix |
| eng/pipelines/device-tests.yml | Added 'latest' (iOS 26.0) to iosVersions test matrix |
| eng/pipelines/common/device-tests-jobs.yml | Updated the apiVersion for 'latest' from 18.5 to 26.0 |
This was referenced Dec 15, 2025
Open
Member
|
/rebase |
dc924c4 to
a08d770
Compare
This was referenced Dec 30, 2025
e8ac878 to
9ccf5f9
Compare
This reverts commit 16fede6.
# Conflicts: # eng/pipelines/device-tests.yml
Member
Author
|
/azp run maui-pr-devicetests |
Member
Author
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run maui-pr-devicetests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
PureWeen
approved these changes
Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
Run tests with iOS 26 simulators