Skip to content

Commit

Permalink
Docker: PHP7.4 image and solr
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmarco committed May 3, 2022
1 parent fd935a8 commit ae052c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ core_check: &CheckSolrCore
composer: &composerRequirements
name: Composer requirements
command: |
composer self-update --1
composer require myclabs/deep-copy:1.9.1 silverstripe/recipe-cms --no-progress
composer update --no-progress
composer vendor-expose
Expand All @@ -50,9 +51,9 @@ jobs:
environment:
CC_TEST_REPORTER_ID: 586f7041e9f71c44946cdfe8bce27d66c6271d173ec291c2a9aa7e1b56667873
docker:
- image: ssmarco/php-solr:latest
- image: ssmarco/php-solr:7.4
environment: *environment
- image: circleci/mysql:5.7
- image: cimg/mysql:5.7
environment: *mysql

working_directory: /var/www/html
Expand Down

0 comments on commit ae052c0

Please sign in to comment.