Skip to content

Commit

Permalink
Back to mariadb 10.3, there is something wrong with 10.5 and 10.4 (gl…
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher authored Jul 10, 2020
1 parent 8fe965c commit 03b0d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ executors:
php_7_3_mariadb:
docker:
- image: glpi/circleci-env-core:php_7.3_fpm-node
- image: circleci/mariadb:10.5-ram
- image: circleci/mariadb:10.3-ram
php_7_4_mariadb:
docker:
- image: glpi/circleci-env-core:php_7.4_fpm-node
- image: circleci/mariadb:10.5-ram
- image: circleci/mariadb:10.3-ram
php_7_4_mysql_5_6:
docker:
- image: glpi/circleci-env-core:php_7.4_fpm-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
include:
- {php-version: "7.2", db-image: "mariadb:10.1"}
- {php-version: "7.2", db-image: "mysql:5.6"}
- {php-version: "7.4", db-image: "mariadb:10.5"}
- {php-version: "7.4", db-image: "mariadb:10.3"}
- {php-version: "7.4", db-image: "mysql:8.0"}
services:
app:
Expand Down

0 comments on commit 03b0d48

Please sign in to comment.