Skip to content

Commit 6791876

Browse files
add PHP installation step to magento-build job
1 parent 122d129 commit 6791876

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
type: string
2020
steps:
2121
- checkout
22+
- php/install_php:
23+
version: << parameters.php-version >>
2224
- php/install_composer
2325
- run:
2426
name: Configure composer authentication

0 commit comments

Comments
 (0)