Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jul 11, 2024
1 parent b6156a5 commit eec6542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
crystal:
- latest
- nightly
- 1.10.0
- 1.11.2
- 1.12.0
- 1.12.2
- 1.13.0
runs-on: ubuntu-latest
container:
image: crystallang/crystal:${{ matrix.crystal }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.12.0
image: crystallang/crystal:1.13.0
steps:
- name: Work around permission issue
run: git config --global --add safe.directory /__w/i18n/i18n
Expand Down

0 comments on commit eec6542

Please sign in to comment.