Skip to content

Commit 8f2ae3d

Browse files
committed
Ensure project is tested using Crystal 1.14.0
1 parent eec6542 commit 8f2ae3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
crystal:
2727
- latest
2828
- nightly
29-
- 1.11.2
3029
- 1.12.2
3130
- 1.13.0
31+
- 1.14.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.13.0
11+
image: crystallang/crystal:1.14.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)