diff --git a/.github/workflows/doc-generator.yml b/.github/workflows/doc-generator.yml index 52674cdc..43d1eba3 100644 --- a/.github/workflows/doc-generator.yml +++ b/.github/workflows/doc-generator.yml @@ -14,7 +14,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@cdf26dcd488490c9939e9d4d62cab169c9e4f20d with: - crystal: "1.12.1" + crystal: "1.13.1" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Run generator tests run: crystal spec ./document-generator/spec/* @@ -26,7 +26,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@cdf26dcd488490c9939e9d4d62cab169c9e4f20d with: - crystal: "1.12.1" + crystal: "1.13.1" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Run generator tests run: crystal document-generator/scripts/check_docs.cr diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d33cb1c..9d312f5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: strategy: # Allows running the job multiple times with different configurations matrix: - crystal: ["1.8", "1.9", "1.10", "1.11", "1.12.1"] + crystal: ["1.9", "1.10", "1.11", "1.12", "1.13.1"] container: image: crystallang/crystal:${{ matrix.crystal }} steps: @@ -58,7 +58,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@cdf26dcd488490c9939e9d4d62cab169c9e4f20d with: - crystal: "1.12.1" + crystal: "1.13.1" - name: 'Setup jq' run: choco install jq - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 diff --git a/README.md b/README.md index d715560b..2cba9ea0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@