Skip to content

Commit

Permalink
Merge pull request #159 from quantcdn/feature/ci-hardcode-mariadb
Browse files Browse the repository at this point in the history
Hardcode the CI mariadb version to get around failure.
  • Loading branch information
steveworley authored Jun 14, 2023
2 parents a004b23 + ab85390 commit 8c44d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

services:
mariadb:
image: mariadb
image: mariadb:10.11
ports:
- 3306
env:
Expand Down

0 comments on commit 8c44d54

Please sign in to comment.