File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 7575 dependency-version : ' highest'
7676 - php-version : ' 8.4'
7777 dependency-version : ' highest'
78+ - php-version : ' 8.4'
79+ dependency-version : ' highest'
80+ minimum-stability : ' dev'
7881 component : ${{ fromJson(needs.tests-php-components.outputs.components )}}
7982 exclude :
8083 - component : Map # does not support PHP 8.1
@@ -104,6 +107,11 @@ jobs:
104107 run : php .github/build-packages.php
105108 working-directory : ${{ github.workspace }}
106109
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+
107115 - name : Install ${{ matrix.component }} packages
108116 uses : ramsey/composer-install@v3
109117 with :
You can’t perform that action at this time.
0 commit comments