We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33499e commit e675dcaCopy full SHA for e675dca
.github/workflows/run-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
php: [8.0, 7.4, 7.3]
17
- stability: [prefer-stable]
+ stability: [prefer-stable, prefer-lowest]
18
19
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
0 commit comments