We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6156a5 commit eec6542Copy full SHA for eec6542
.github/workflows/ci.yml
@@ -26,9 +26,9 @@ jobs:
26
crystal:
27
- latest
28
- nightly
29
- - 1.10.0
30
- 1.11.2
31
- - 1.12.0
+ - 1.12.2
+ - 1.13.0
32
runs-on: ubuntu-latest
33
container:
34
image: crystallang/crystal:${{ matrix.crystal }}
.github/workflows/docs.yml
@@ -8,7 +8,7 @@ jobs:
8
build-and-deploy:
9
10
11
- image: crystallang/crystal:1.12.0
+ image: crystallang/crystal:1.13.0
12
steps:
13
- name: Work around permission issue
14
run: git config --global --add safe.directory /__w/i18n/i18n
0 commit comments