Skip to content

Commit

Permalink
Merge pull request #122 from palantirnet/circleci-cimg-mysql
Browse files Browse the repository at this point in the history
Use cimg/mysql image on CircleCI
  • Loading branch information
becw authored Jan 20, 2022
2 parents 46b5532 + d6ac8be commit 827957e
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 827957e

Please sign in to comment.