We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671f08a commit bc11da9Copy full SHA for bc11da9
1 file changed
.github/workflows/ci.yml
@@ -12,12 +12,10 @@ on:
12
prefer-stability:
13
description: 'The staibility of the packages to use. Will be converted and used to create a matrix.'
14
default: '["prefer-lowest", "prefer-stable"]'
15
- required: true
16
type: string
17
test-command:
18
description: 'The command to run for executing tests'
19
default: 'composer ci-all'
20
21
22
23
concurrency:
0 commit comments