Skip to content

Commit

Permalink
#122: Upgrade CircleCI executor image to circleci-php7.4-node14-compo…
Browse files Browse the repository at this point in the history
…ser2-v0.1.
  • Loading branch information
tormi committed Mar 13, 2021
1 parent 797ab41 commit b9d6932
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ orbs:
silta: silta/silta@0.1

executors:
cicd73:
cicd74:
docker:
- image: eu.gcr.io/silta-images/cicd:circleci-php7.3-node12-composer1-v0.1
- image: eu.gcr.io/silta-images/cicd:circleci-php7.4-node14-composer2-v0.1

workflows:
version: 2
commit:
jobs:
- silta/drupal-validate:
name: validate
executor: cicd73
executor: cicd74
post-validation:
- run: echo "You can add additional validation here!"

Expand All @@ -25,7 +25,7 @@ workflows:

- silta/drupal-build-deploy: &build-deploy
name: build-deploy
executor: cicd73
executor: cicd74
codebase-build:
- silta/drupal-composer-install
- silta/npm-install-build
Expand Down

0 comments on commit b9d6932

Please sign in to comment.