Skip to content

Commit 03f89be

Browse files
authored
CI: Bump Crystal version matrix (#5293)
* CI: Bump Crystal version matrix - 1.12.1 -> 1.12.2 - 1.13.2 -> 1.13.3 - 1.14.0 -> 1.14.1 - 1.15.0 -> 1.15.1 - Add 1.16.3 * Update Crystal 1.16.2 to 1.16.3 https://github.com/crystal-lang/crystal/releases/tag/1.16.3
1 parent d4eb2a9 commit 03f89be

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ jobs:
3838
matrix:
3939
stable: [true]
4040
crystal:
41-
- 1.12.1
42-
- 1.13.2
43-
- 1.14.0
44-
- 1.15.0
41+
- 1.12.2
42+
- 1.13.3
43+
- 1.14.1
44+
- 1.15.1
45+
- 1.16.3
4546
include:
4647
- crystal: nightly
4748
stable: false

0 commit comments

Comments
 (0)