We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790b992 commit e7295e9Copy full SHA for e7295e9
1 file changed
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Set Neos Version
39
run: >
40
- composer config minimum-stability beta
+ composer config minimum-stability beta &&
41
composer require neos/neos ^${{ matrix.neos-versions }} --no-progress --no-interaction
42
43
- name: Run Linter
0 commit comments