Skip to content

Commit

Permalink
only test version 15
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfroeller authored Mar 9, 2024
1 parent 43edf6b commit 0696d71
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ jobs:
platform:
- iOS
xcode:
#- ^11
#- ^12
- ^13
# Not supported yet:
- ^14
#- ^15
# 11-13 tests IOS 13-15
- ^15
# https://flatgithub.com/mxcl/.github/?filename=versions.json&sha=7f6f9803a64ce8a542970f9f04eb1b39b8b76946
# https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#xcode

Expand Down Expand Up @@ -53,6 +47,6 @@ jobs:
xcode: ${{ matrix.xcode }}
platform: ${{ matrix.platform }}
action: test # `build`
code-coverage: true # default = `false`
code-coverage: false # default = `false`
warnings-as-errors: false # default = `false`
scheme: Tests

0 comments on commit 0696d71

Please sign in to comment.