Skip to content

Commit

Permalink
CI tests for iOS 18 (#135)
Browse files Browse the repository at this point in the history
* Add CircleCI job for iOS 18

* Update README
  • Loading branch information
tung-vu-td authored Oct 9, 2024
1 parent 4fd737b commit d7e39b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ commands:
- store_results

jobs:
test_ios18:
macos:
xcode: "16.1.0"
resource_class: macos.m1.medium.gen1
steps:
- run_tests_flow:
os: "18.1"
simulator: "iPhone 16"

test_ios17:
macos:
xcode: "15.4.0"
Expand Down Expand Up @@ -154,6 +163,7 @@ workflows:
version: 2
test:
jobs:
- test_ios18
- test_ios17
- test_ios16
- test_ios15
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ This SDK supports Apple tvOS version 12 and up. APIs and their behaviors are lar

| iOS Version | v0.8.0 | v0.9.0 | v1.0.1 | v1.1.0 | v1.1.1 | v1.2.0 |
| :---------- | :----------------- | :----------------- | :----------------- | :----------------- | :----------------- | :----------------- |
| 18 | not tested | not tested | not tested | not tested | not tested | :white_check_mark: |
| 17 | not tested | not tested | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 16 | not tested | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 15 | not tested | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
Expand Down

0 comments on commit d7e39b7

Please sign in to comment.