Skip to content

Commit 7a3ff55

Browse files
authored
ci: added more swift versions and swift-syntax coveragae
1 parent 3dc1c7a commit 7a3ff55

1 file changed

Lines changed: 136 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 136 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,147 @@ jobs:
6464
"include": [
6565
{
6666
"os": "ubuntu-latest",
67-
"swift": "latest"
67+
"swift": "5.9",
68+
"dependencies": {
69+
"swift-syntax": "509.0.2"
70+
}
71+
},
72+
{
73+
"os": "ubuntu-latest",
74+
"swift": "5.9",
75+
"dependencies": {
76+
"swift-syntax": "509.1.1"
77+
}
6878
},
6979
{
70-
"os": "macos-13",
71-
"swift": "5.9"
80+
"os": "ubuntu-latest",
81+
"swift": "5.9",
82+
"dependencies": {
83+
"swift-syntax": "510.0.3"
84+
}
85+
},
86+
{
87+
"os": "ubuntu-latest",
88+
"swift": "5.9",
89+
"dependencies": {
90+
"swift-syntax": "600.0.1"
91+
}
92+
},
93+
{
94+
"os": "ubuntu-latest",
95+
"swift": "5.9",
96+
"dependencies": {
97+
"swift-syntax": "601.0.1"
98+
}
99+
},
100+
{
101+
"os": "ubuntu-latest",
102+
"swift": "5.10",
103+
"dependencies": {
104+
"swift-syntax": "509.0.2"
105+
}
106+
},
107+
{
108+
"os": "ubuntu-latest",
109+
"swift": "5.10",
110+
"dependencies": {
111+
"swift-syntax": "509.1.1"
112+
}
113+
},
114+
{
115+
"os": "ubuntu-latest",
116+
"swift": "5.10",
117+
"dependencies": {
118+
"swift-syntax": "510.0.3"
119+
}
120+
},
121+
{
122+
"os": "ubuntu-latest",
123+
"swift": "5.10",
124+
"dependencies": {
125+
"swift-syntax": "600.0.1"
126+
}
127+
},
128+
{
129+
"os": "ubuntu-latest",
130+
"swift": "5.10",
131+
"dependencies": {
132+
"swift-syntax": "601.0.1"
133+
}
134+
},
135+
{
136+
"os": "ubuntu-latest",
137+
"swift": "6.0",
138+
"dependencies": {
139+
"swift-syntax": "509.0.2"
140+
}
141+
},
142+
{
143+
"os": "ubuntu-latest",
144+
"swift": "6.0",
145+
"dependencies": {
146+
"swift-syntax": "509.1.1"
147+
}
148+
},
149+
{
150+
"os": "ubuntu-latest",
151+
"swift": "6.0",
152+
"dependencies": {
153+
"swift-syntax": "510.0.3"
154+
}
155+
},
156+
{
157+
"os": "ubuntu-latest",
158+
"swift": "6.0",
159+
"dependencies": {
160+
"swift-syntax": "600.0.1"
161+
}
162+
},
163+
{
164+
"os": "ubuntu-latest",
165+
"swift": "6.0",
166+
"dependencies": {
167+
"swift-syntax": "601.0.1"
168+
}
169+
},
170+
{
171+
"os": "ubuntu-latest",
172+
"swift": "6.1",
173+
"dependencies": {
174+
"swift-syntax": "509.0.2"
175+
}
176+
},
177+
{
178+
"os": "ubuntu-latest",
179+
"swift": "6.1",
180+
"dependencies": {
181+
"swift-syntax": "509.1.1"
182+
}
183+
},
184+
{
185+
"os": "ubuntu-latest",
186+
"swift": "6.1",
187+
"dependencies": {
188+
"swift-syntax": "510.0.3"
189+
}
190+
},
191+
{
192+
"os": "ubuntu-latest",
193+
"swift": "6.1",
194+
"dependencies": {
195+
"swift-syntax": "600.0.1"
196+
}
197+
},
198+
{
199+
"os": "ubuntu-latest",
200+
"swift": "6.1",
201+
"dependencies": {
202+
"swift-syntax": "601.0.1"
203+
}
72204
},
73205
{
74206
"os": "macos-15",
75-
"swift": "latest"
207+
"swift": "6.1"
76208
}
77209
]
78210
}

0 commit comments

Comments
 (0)