Skip to content

Commit

Permalink
Upgraded to swift-actions/setup-swift/v2, and enabled testing with Sw…
Browse files Browse the repository at this point in the history
…ift 5.9 & 5.10.
  • Loading branch information
wadetregaskis authored Jun 12, 2024
1 parent 0bd6e1a commit ee7e7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
matrix:
os: [macos-latest]
swift: ["5.7", "5.8"]
swift: ["5.7", "5.8", "5.9", "5.10"]

runs-on: ${{ matrix.os }}

steps:
- uses: swift-actions/setup-swift@v1
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v2
Expand Down

0 comments on commit ee7e7cf

Please sign in to comment.