Skip to content

Commit db4d8b4

Browse files
committed
[CI] Run tests on minimum-stability=dev too
1 parent a282ed5 commit db4d8b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
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:

0 commit comments

Comments
 (0)