Skip to content

Commit 2eb90bc

Browse files
authored
Merge pull request #149 from stronk7/mariadb_10.5_sticky
Make mariadb:10.5 sticky
2 parents 0169c71 + 64edd90 commit 2eb90bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- 5432:5432
1717
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
1818
mariadb:
19-
image: mariadb:10
19+
image: mariadb:10.5
2020
env:
2121
MYSQL_USER: 'root'
2222
MYSQL_ALLOW_EMPTY_PASSWORD: "true"

0 commit comments

Comments
 (0)