Skip to content

Commit e675dca

Browse files
committed
add prefer-lowest option to the tests workflow matrix
1 parent e33499e commit e675dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.0, 7.4, 7.3]
17-
stability: [prefer-stable]
17+
stability: [prefer-stable, prefer-lowest]
1818

1919
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020

0 commit comments

Comments
 (0)