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
This commit is contained in:
Fijxu 2025-05-14 01:51:03 -04:00 committed by GitHub
parent d4eb2a9741
commit 03f89be929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,10 +38,11 @@ jobs:
matrix: matrix:
stable: [true] stable: [true]
crystal: crystal:
- 1.12.1 - 1.12.2
- 1.13.2 - 1.13.3
- 1.14.0 - 1.14.1
- 1.15.0 - 1.15.1
- 1.16.3
include: include:
- crystal: nightly - crystal: nightly
stable: false stable: false