Skip to content

Commit

Permalink
chore(build-crystal-containers.yml): bump crystal version
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Oct 24, 2024
1 parent f53f05a commit 3a04af4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-crystal-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
# based on https://github.com/84codes/crystal-container-images
crystal:
# stable release version
- version: 1.13.2
- version: 1.14.0
shards: 0.18.0
alpine: 3.19
libgc: 8.2.6
llvm: 17
tag: latest
# release candidate, builds should target compatibility
- version: 1.13.2
- version: 1.14.0
shards: 0.18.0
alpine: 3.19
libgc: 8.2.6
llvm: 17
tag: unstable
# latest version with unknown side effects
- version: 1.13.2
- version: 1.14.0
shards: 0.18.0
alpine: 3.19
libgc: 8.2.6
Expand Down

0 comments on commit 3a04af4

Please sign in to comment.