File tree 1 file changed +4
-16
lines changed
1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
inputs :
7
7
lando-version :
8
- description : ' Select Lando version'
8
+ description : ' Lando version'
9
9
required : true
10
10
default : ' 3-edge'
11
- type : choice
12
- options :
13
- - ' 3-stable'
14
- - ' 3-edge'
15
- - ' 3-dev'
16
- - ' 4-stable'
17
- - ' 4-edge'
18
- - ' 4-dev'
19
- slim :
20
- description : ' Use slim version'
21
- required : false
22
- default : true
23
- type : boolean
11
+ type : string
24
12
25
13
jobs :
26
14
leia-tests :
@@ -67,10 +55,10 @@ jobs:
67
55
lando-plugin : true
68
56
version : dev
69
57
sync : false
70
- - name : Setup lando ${{ github.event.inputs.lando-version }}${{ github.event.inputs.slim && '-slim' || '' }}
58
+ - name : Setup lando ${{ github.event.inputs.lando-version }}
71
59
uses : lando/setup-lando@v3
72
60
with :
73
- lando-version : ${{ github.event.inputs.lando-version }}${{ github.event.inputs.slim && '-slim' || '' }}
61
+ lando-version : ${{ github.event.inputs.lando-version }}
74
62
config : |
75
63
setup.skipCommonPlugins=true
76
64
setup.plugins.@lando/php=/home/runner/work/php/php
You can’t perform that action at this time.
0 commit comments