File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 6868 fail-fast : false
6969 matrix :
7070 php-version : ['8.1', '8.3', '8.4']
71+ minimum-stability : ['stable', 'dev']
7172 include :
7273 - php-version : ' 8.1'
7374 dependency-version : ' lowest'
7778 dependency-version : ' highest'
7879 component : ${{ fromJson(needs.tests-php-components.outputs.components )}}
7980 exclude :
81+ - php-version : ' 8.1'
82+ minimum-stability : ' dev'
83+ - php-version : ' 8.3'
84+ minimum-stability : ' dev'
85+ - php-version : ' 8.4'
86+ minimum-stability : ' dev'
8087 - component : Map # does not support PHP 8.1
8188 php-version : ' 8.1'
8289 - component : Map/src/Bridge/Google # does not support PHP 8.1
@@ -104,6 +111,11 @@ jobs:
104111 run : php .github/build-packages.php
105112 working-directory : ${{ github.workspace }}
106113
114+ - name : Configure ${{ matrix.minimum-stability }} stability
115+ if : ${{ matrix.minimum-stability }}
116+ run : composer config minimum-stability ${{ matrix.minimum-stability }}
117+ working-directory : " src/${{ matrix.component }}"
118+
107119 - name : Install ${{ matrix.component }} packages
108120 uses : ramsey/composer-install@v3
109121 with :
You can’t perform that action at this time.
0 commit comments