File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,17 @@ jobs:
48
48
- php-version : ' 8.2'
49
49
dependencies : highest
50
50
behat-suite : standalone
51
+ composer-stability : ' dev'
51
52
52
53
- php-version : ' 8.2'
53
54
dependencies : highest
54
55
behat-suite : embedded
56
+ composer-stability : ' dev'
55
57
56
58
- php-version : ' 8.2'
57
59
dependencies : highest
58
60
behat-suite : cli
61
+ composer-stability : ' dev'
59
62
60
63
steps :
61
64
- name : Checkout project
74
77
php-version : ${{ matrix.php-version }}
75
78
tools : ' composer:v2'
76
79
80
+ - name : Set composer stability
81
+ if : ${{ matrix.composer-stability }}
82
+ run : composer config minimum-stability ${{ matrix.composer-stability }}
83
+
77
84
- name : Install dependencies with Composer
78
85
uses : ramsey/composer-install@v2
79
86
with :
You can’t perform that action at this time.
0 commit comments