Skip to content

Commit

Permalink
use cimg/mysql image on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond authored Jan 14, 2022
1 parent bbd445d commit d6ac8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This CircleCI configuration is for testing the drupal-skeleton. For project-specific
# testing, use the configuration installed by palantirnet/the-build.

version: 2
version: 2.1
jobs:
build:
working_directory: ~/drupal-skeleton
docker:
- image: cimg/php:7.4-browsers
- image: circleci/mysql:5.7-ram
- image: cimg/mysql:5.7
command: --max_allowed_packet=16M
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
Expand Down

0 comments on commit d6ac8be

Please sign in to comment.