Skip to content

Commit 260938c

Browse files
Merge pull request #131 from NoDevOrg/swift-5.9
add workflow for Swift 5.9
2 parents 0c75bc6 + d53b491 commit 260938c

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
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [ubuntu-latest]
57-
swift: ["5.7", "5.8"]
57+
swift: ["5.7", "5.8", "5.9"]
5858
steps:
5959
- uses: swift-actions/setup-swift@v1
6060
with:

0 commit comments

Comments
 (0)