We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d490a commit 7b29dd2Copy full SHA for 7b29dd2
1 file changed
.github/workflows/run-tests.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
os: [ubuntu-latest, windows-latest]
12
php: [8.1, 8.2, 8.3]
13
- stability: [prefer-lowest, prefer-stable]
+ stability: [prefer-stable]
14
15
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
16
0 commit comments