File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,17 @@ jobs:
6868 fail-fast : false
6969 matrix :
7070 php-version : ['8.1', '8.3', '8.4']
71+ minimum-stability : ['stable']
7172 include :
7273 - php-version : ' 8.1'
7374 dependency-version : ' lowest'
7475 - php-version : ' 8.3'
7576 dependency-version : ' highest'
7677 - php-version : ' 8.4'
7778 dependency-version : ' highest'
79+ - php-version : ' 8.4'
80+ dependency-version : ' highest'
81+ minimum-stability : ' dev'
7882 component : ${{ fromJson(needs.tests-php-components.outputs.components )}}
7983 exclude :
8084 - component : Map # does not support PHP 8.1
@@ -104,6 +108,11 @@ jobs:
104108 run : php .github/build-packages.php
105109 working-directory : ${{ github.workspace }}
106110
111+ - name : Configure ${{ matrix.minimum-stability }} stability
112+ if : ${{ matrix.minimum-stability }}
113+ run : composer config minimum-stability ${{ matrix.minimum-stability }}
114+ working-directory : " src/${{ matrix.component }}"
115+
107116 - name : Install ${{ matrix.component }} packages
108117 uses : ramsey/composer-install@v3
109118 with :
You can’t perform that action at this time.
0 commit comments