Skip to content

Commit ff61df6

Browse files
committed
add swift 5.4 as a build target
1 parent 63c74fa commit ff61df6

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
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-20.04
7777
strategy:
7878
matrix:
79-
swift: ["5.5", "5.6"]
79+
swift: ["5.4", "5.5", "5.6"]
8080
steps:
8181
- uses: swift-actions/setup-swift@v1
8282
with:

0 commit comments

Comments
 (0)