Skip to content

Commit 7435509

Browse files
authored
use version string instead of select
1 parent b4c49ec commit 7435509

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/pr-php-tests.yml

+4-16
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,10 @@ on:
55
workflow_dispatch:
66
inputs:
77
lando-version:
8-
description: 'Select Lando version'
8+
description: 'Lando version'
99
required: true
1010
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
2412

2513
jobs:
2614
leia-tests:
@@ -67,10 +55,10 @@ jobs:
6755
lando-plugin: true
6856
version: dev
6957
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 }}
7159
uses: lando/setup-lando@v3
7260
with:
73-
lando-version: ${{ github.event.inputs.lando-version }}${{ github.event.inputs.slim && '-slim' || '' }}
61+
lando-version: ${{ github.event.inputs.lando-version }}
7462
config: |
7563
setup.skipCommonPlugins=true
7664
setup.plugins.@lando/php=/home/runner/work/php/php

0 commit comments

Comments
 (0)