Skip to content

Commit

Permalink
update iPad version for tests (#79)
Browse files Browse the repository at this point in the history
update package swift versions
  • Loading branch information
erolburak authored May 15, 2024
1 parent b484518 commit de38554
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
uses: swift-actions/setup-swift@v1
- name: Test iPhone 15 Pro
run: xcodebuild test -scheme BobbysNews -project BobbysNews.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 15 Pro' | xcbeautify && exit ${PIPESTATUS[0]}
- name: Test iPad Pro (12.9-inch) (6th generation)
run: xcodebuild test -scheme BobbysNews -project BobbysNews.xcodeproj -destination 'platform=iOS Simulator,name=iPad Pro (12.9-inch) (6th generation)' | xcbeautify && exit ${PIPESTATUS[0]}
- name: Test iPad Pro (13-inch) (M4)
run: xcodebuild test -scheme BobbysNews -project BobbysNews.xcodeproj -destination 'platform=iOS Simulator,name=iPad Pro (13-inch) (M4)' | xcbeautify && exit ${PIPESTATUS[0]}
2 changes: 1 addition & 1 deletion BobbysNewsData/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.9
// swift-tools-version: 5.10

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion BobbysNewsDomain/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.9
// swift-tools-version: 5.10

import PackageDescription

Expand Down

0 comments on commit de38554

Please sign in to comment.