Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeichhorn authored Oct 21, 2024
1 parent fede66a commit 6c253c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ on: push

jobs:
build:


strategy:
matrix:
swift: ["5.8", "5.9", "6.0"]

runs-on: macos-latest

steps:
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v2
- name: Build
run: swift build -v
Expand Down

0 comments on commit 6c253c1

Please sign in to comment.