Skip to content

Commit

Permalink
Ensure project is tested using Crystal 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jan 10, 2024
1 parent 0510c68 commit c8ae936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.8.2
- 1.9.2
- 1.10.0
- 1.11.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.10.0
image: crystallang/crystal:1.11.0
steps:
- name: Work around permission issue
run: git config --global --add safe.directory /__w/i18n/i18n
Expand Down

0 comments on commit c8ae936

Please sign in to comment.