Skip to content

Commit 485c50f

Browse files
committed
chore: pin swift versions and fix android builder in .spi.yml
1 parent 5e30636 commit 485c50f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.spi.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
version: 1
2+
swift_versions:
3+
- "6.0"
4+
- "6.1"
5+
- "6.2"
26
builder:
37
configs:
48
- platform: macos-spm
5-
swift_versions: ["6.0"]
69
documentation_targets:
710
- CosmoSQLCore
811
- CosmoMSSQL
912
- CosmoPostgres
1013
- CosmoMySQL
1114
- CosmoSQLite
12-
- platform: ios
13-
swift_versions: ["6.0"]
14-
- platform: tvos
15-
swift_versions: ["6.0"]
16-
- platform: watchos
17-
swift_versions: ["6.0"]
18-
- platform: visionos
19-
swift_versions: ["6.0"]
2015
- platform: linux
21-
swift_versions: ["6.0"]
2216
linux_packages:
2317
- libsqlite3-dev
2418
- pkg-config
2519
- platform: android
26-
swift_versions: ["6.0"]
20+
swift_version: "6.0"

0 commit comments

Comments
 (0)