Skip to content

Commit

Permalink
specify sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
nociza committed Mar 25, 2023
1 parent 41a4a31 commit b19a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
sqlite:
image: sqlite:latest
image: sqlite:3.41
ports:
- 5432:5432
env:
Expand Down

0 comments on commit b19a4bc

Please sign in to comment.