Skip to content

Commit f2c3d06

Browse files
committed
Update workflow
1 parent 9f87a62 commit f2c3d06

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
max-parallel: 3
8181
matrix:
8282
php-version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
83-
stability: [prefer-lowest, prefer-stable]
83+
stability: [lowest, stable]
8484
machine: [windows-latest, ubuntu-latest]
8585

8686
steps:
@@ -94,6 +94,8 @@ jobs:
9494

9595
- name: Install PHP dependencies
9696
uses: ramsey/composer-install@v3
97+
with:
98+
dependency-versions: ${{ matrix.stability }}
9799

98100
- name: Install bashunit
99101
run: |

0 commit comments

Comments
 (0)