We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690a12d commit e2f0234Copy full SHA for e2f0234
.github/workflows/ci.yml
@@ -27,9 +27,9 @@ jobs:
27
- mac-catalyst
28
- tvOS
29
swift:
30
- - "6.0" # Xcode 16.2
31
- - "6.1" # Xcode 16.4
32
- - "6.2" # Xcode 26.0
+ - "6.0"
+ - "6.1"
+ - "6.2"
33
steps:
34
- name: Git Checkout
35
uses: actions/checkout@v4
@@ -60,6 +60,7 @@ jobs:
60
action: test
61
workspace: SwiftUINavigationTransitions.xcworkspace
62
scheme: SwiftUINavigationTransitions
63
+ verbosity: xcbeautify
64
65
- name: Build Examples/Demo
66
uses: mxcl/xcodebuild@v3
@@ -69,3 +70,4 @@ jobs:
69
70
action: build
71
72
scheme: Demo
73
Package.resolved
0 commit comments