File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-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'
8085 - component : Map # does not support PHP 8.1
8186 php-version : ' 8.1'
8287 - component : Map/src/Bridge/Google # does not support PHP 8.1
@@ -104,6 +109,11 @@ jobs:
104109 run : php .github/build-packages.php
105110 working-directory : ${{ github.workspace }}
106111
112+ - name : Configure ${{ matrix.minimum-stability }} stability
113+ if : ${{ matrix.minimum-stability }}
114+ run : composer config minimum-stability ${{ matrix.minimum-stability }}
115+ working-directory : " src/${{ matrix.component }}"
116+
107117 - name : Install ${{ matrix.component }} packages
108118 uses : ramsey/composer-install@v3
109119 with :
You can’t perform that action at this time.
0 commit comments