Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 742dba5

Browse files
authoredNov 6, 2023
Merge pull request #125 from NoDevOrg/swift-5.9
add swift 5.8 & 5.9 workflow
2 parents f472112 + f992542 commit 742dba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-22.04
6262
strategy:
6363
matrix:
64-
swift: ["5.7"]
64+
swift: ["5.7", "5.8", "5.9"]
6565
steps:
6666
- uses: swift-actions/setup-swift@v1
6767
with:

0 commit comments

Comments
 (0)
Please sign in to comment.