Skip to content

Commit 31524e9

Browse files
move parameter block
1 parent 76a2a2f commit 31524e9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.circleci/config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
version: 2.1
22

3-
parameters:
4-
php-version:
5-
type: string
6-
default: "8.2"
7-
magento-version:
8-
type: string
9-
default: "2.4.6"
10-
113
executors:
124
magento-executor:
135
machine:
@@ -17,6 +9,11 @@ jobs:
179
magento-build:
1810
executor:
1911
name: magento-executor
12+
parameters:
13+
php-version:
14+
type: string
15+
magento-version:
16+
type: string
2017
steps:
2118
- checkout
2219
- run:

0 commit comments

Comments
 (0)