Skip to content

Commit e2f0234

Browse files
authored
Bump dependencies (#168)
1 parent 690a12d commit e2f0234

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- mac-catalyst
2828
- tvOS
2929
swift:
30-
- "6.0" # Xcode 16.2
31-
- "6.1" # Xcode 16.4
32-
- "6.2" # Xcode 26.0
30+
- "6.0"
31+
- "6.1"
32+
- "6.2"
3333
steps:
3434
- name: Git Checkout
3535
uses: actions/checkout@v4
@@ -60,6 +60,7 @@ jobs:
6060
action: test
6161
workspace: SwiftUINavigationTransitions.xcworkspace
6262
scheme: SwiftUINavigationTransitions
63+
verbosity: xcbeautify
6364

6465
- name: Build Examples/Demo
6566
uses: mxcl/xcodebuild@v3
@@ -69,3 +70,4 @@ jobs:
6970
action: build
7071
workspace: SwiftUINavigationTransitions.xcworkspace
7172
scheme: Demo
73+
verbosity: xcbeautify

Package.resolved

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)