We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a2a2f commit 31524e9Copy full SHA for 31524e9
.circleci/config.yml
@@ -1,13 +1,5 @@
1
version: 2.1
2
3
-parameters:
4
- php-version:
5
- type: string
6
- default: "8.2"
7
- magento-version:
8
9
- default: "2.4.6"
10
-
11
executors:
12
magento-executor:
13
machine:
@@ -17,6 +9,11 @@ jobs:
17
magento-build:
18
executor:
19
name: magento-executor
+ parameters:
+ php-version:
14
+ type: string
15
+ magento-version:
16
20
steps:
21
- checkout
22
- run:
0 commit comments