Skip to content

Commit

Permalink
chore(crystal-containers): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Jan 31, 2025
1 parent 7439026 commit 2b95d53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-crystal-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:
# based on https://github.com/84codes/crystal-container-images
crystal:
# stable release version
- version: 1.14.0
shards: 0.18.0
- version: 1.14.1
shards: 0.19.1
alpine: '3.20'
libgc: 8.2.6
llvm: 18
tag: latest
# release candidate, builds should target compatibility
- version: 1.14.0
shards: 0.18.0
- version: 1.14.1
shards: 0.19.1
alpine: '3.20'
libgc: 8.2.6
llvm: 18
tag: unstable
# latest version with unknown side effects
- version: 1.14.0
shards: 0.18.0
- version: 1.14.1
shards: 0.19.1
alpine: '3.20'
libgc: 8.2.6
llvm: 18
Expand Down

0 comments on commit 2b95d53

Please sign in to comment.