Skip to content

Commit

Permalink
Merge pull request #125 from NoDevOrg/swift-5.9
Browse files Browse the repository at this point in the history
add swift 5.8 & 5.9 workflow
  • Loading branch information
NeedleInAJayStack committed Nov 6, 2023
2 parents f472112 + f992542 commit 742dba5
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 742dba5

Please sign in to comment.