File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 75
75
dependency-version : ' highest'
76
76
- php-version : ' 8.4'
77
77
dependency-version : ' highest'
78
+ - php-version : ' 8.4'
79
+ dependency-version : ' highest'
80
+ minimum-stability : ' dev'
78
81
component : ${{ fromJson(needs.tests-php-components.outputs.components )}}
79
82
exclude :
80
83
- component : Map # does not support PHP 8.1
@@ -104,6 +107,11 @@ jobs:
104
107
run : php .github/build-packages.php
105
108
working-directory : ${{ github.workspace }}
106
109
110
+ - name : Configure ${{ matrix.minimum-stability }} stability
111
+ if : ${{ matrix.minimum-stability }}
112
+ run : composer config minimum-stability ${{ matrix.minimum-stability }}
113
+ working-directory : " src/${{ matrix.component }}"
114
+
107
115
- name : Install ${{ matrix.component }} packages
108
116
uses : ramsey/composer-install@v3
109
117
with :
You can’t perform that action at this time.
0 commit comments