Skip to content

Commit

Permalink
Merge pull request #534 from 2amigos/gh-mariadb-fix-version
Browse files Browse the repository at this point in the history
GH: fix MariaDB to v10
  • Loading branch information
maxxer authored Dec 18, 2023
2 parents cb93930 + ba84dd8 commit 7fe7ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

services:
mariadb:
image: mariadb:latest
image: mariadb:10
ports:
- 3306:3306
env:
Expand Down

0 comments on commit 7fe7ba0

Please sign in to comment.