Skip to content

Commit

Permalink
Update swift-build-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gradyzhuo authored Oct 27, 2024
1 parent 4e860b9 commit fb1d50f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/swift-build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ jobs:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
swift: ["6"]
os: [ubuntu-latest, macos-latest]
swift: ["6.0", "5.9"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v2
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift }}
swift-version: ${{ matrix.swift }}
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Run tests
run: swift test -v --enable-code-coverage
Expand Down

0 comments on commit fb1d50f

Please sign in to comment.