Commit c39cd7a
authored
ci: run build, test and lint on Crystal 1.21.0 only (#2463)
The build-crystal and tests matrices fanned out over 1.19.0, 1.20.0 and
1.21.0, and lint pinned 1.20.0. Six jobs per run for versions we no
longer target, while the Dockerfile has already moved to
crystal:1.21.0-alpine — so the images CI exercised did not match what
ships.
Collapse both matrices to 1.21.0 and move lint onto the same version.
The matrix form is kept so extra versions can be re-added by editing a
single list. AGENTS.md still documented 1.19.0 as the CI and Docker
version; update it to match the tree.
Note that shard.yml keeps `crystal: ~> 1.19` — the declared support
range for consumers is unchanged, only what CI verifies narrows.1 parent 4754310 commit c39cd7a
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
0 commit comments