Skip to content

Commit 547479c

Browse files
authored
Enable Swift 6.3 in CI
1 parent 2dcd912 commit 547479c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
swift: ["6.1", "6.2"]
26+
swift: ["6.1", "6.2", "6.3"]
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Build

0 commit comments

Comments
 (0)