Skip to content

Commit

Permalink
feat(build-crystal-containers.yml): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Apr 23, 2024
1 parent be3441a commit 56ae0be
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.11.2
shards: 0.17.4
- version: 1.12.1
shards: 0.18.0
alpine: 3.19
libgc: 8.2.4
llvm: 16
tag: latest
# release candidate, builds should target compatibility
- version: 1.11.2
shards: 0.17.4
- version: 1.12.1
shards: 0.18.0
alpine: 3.19
libgc: 8.2.4
llvm: 16
tag: unstable
# latest version with unknown side effects
- version: 1.11.2
shards: 0.17.4
- version: 1.12.1
shards: 0.18.0
alpine: 3.19
libgc: 8.2.4
llvm: 16
Expand Down

0 comments on commit 56ae0be

Please sign in to comment.