Skip to content

Commit

Permalink
Add unit-tests run on the oldest OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed May 7, 2024
1 parent 0995c07 commit ae6a5c5
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,27 @@ jobs:
strategy:
fail-fast: false
matrix:
platform:
- iOS
- macOS
- watchOS
- tvOS
- mac-catalyst
include:
- platform: iOS
os-version: latest
- platform: iOS
os-version: 12.0
- platform: macOS
os-version: latest
- platform: macOS
os-version: 10.14
- platform: watchOS
os-version: latest
- platform: watchOS
os-version: 5.0
- platform: tvOS
os-version: latest
- platform: tvOS
os-version: 12.0
- platform: mac-catalyst
os-version: latest
- platform: mac-catalyst
os-version: 10.14
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -35,3 +50,4 @@ jobs:
workspace: ".swiftpm/xcode/package.xcworkspace"
scheme: "KSCrash-Package"
platform: ${{ matrix.platform }}
os-version: ${{ matrix.os-version }}

0 comments on commit ae6a5c5

Please sign in to comment.