Skip to content

Commit eec6542

Browse files
committed
Ensure project is tested using Crystal 1.13
1 parent b6156a5 commit eec6542

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
crystal:
2727
- latest
2828
- nightly
29-
- 1.10.0
3029
- 1.11.2
31-
- 1.12.0
30+
- 1.12.2
31+
- 1.13.0
3232
runs-on: ubuntu-latest
3333
container:
3434
image: crystallang/crystal:${{ matrix.crystal }}

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-and-deploy:
99
runs-on: ubuntu-latest
1010
container:
11-
image: crystallang/crystal:1.12.0
11+
image: crystallang/crystal:1.13.0
1212
steps:
1313
- name: Work around permission issue
1414
run: git config --global --add safe.directory /__w/i18n/i18n

0 commit comments

Comments
 (0)