Skip to content

Commit

Permalink
Fixed typo in README. Upgrade crystal to 1.10 in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderix committed Nov 2, 2023
1 parent e19e834 commit 3e11960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crystal-tds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
crystal-spec:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:0.35.1-alpine-build
image: crystallang/crystal:1.10.1-alpine-build
services:
mssql:
image: mcr.microsoft.com/mssql/server
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Have a look at the [issue tracker](https://github.com/wonderix/crystal-tds/label

## Testing

* Run Microsoft SQL Server inside docher
* Run Microsoft SQL Server inside docker
```bash
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=My-Secret-Pass' -e 'MSSQL_PID=Express' -p 1433:1433 -d mcr.microsoft.com/mssql/server
```
Expand Down

0 comments on commit 3e11960

Please sign in to comment.