We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2972d6c commit 29d0ca3Copy full SHA for 29d0ca3
docs/configurator.md
@@ -56,7 +56,7 @@ jobs:
56
- os: ubuntu-latest
57
{%- if crystal_ver %}
58
59
- crystal: 1.2
+ crystal: "1.12"
60
{%- endif %}
61
{%- if crystal_nightly %}
62
@@ -73,7 +73,7 @@ jobs:
73
os: [ubuntu-latest{% if os_mac %}, macos-latest{% endif %}{% if os_win %}, windows-latest{% endif %}]
74
75
{%- if crystal_nightly or crystal_ver %}
76
- crystal: [{% if crystal_ver %}1.2, {% endif %}latest{% if crystal_nightly %}, nightly{% endif %}]
+ crystal: [{% if crystal_ver %}"1.12", {% endif %}latest{% if crystal_nightly %}, nightly{% endif %}]
77
78
79
0 commit comments