Skip to content

Commit

Permalink
add swift 5.8 and 5.9 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samisuteria committed Nov 6, 2023
1 parent f472112 commit f992542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
swift: ["5.7"]
swift: ["5.7", "5.8", "5.9"]
steps:
- uses: swift-actions/setup-swift@v1
with:
Expand Down

0 comments on commit f992542

Please sign in to comment.