Skip to content

Commit 3ebcea1

Browse files
committed
Remove prefer-lowest.
1 parent 4779bcb commit 3ebcea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
php: [7.3, 7.4, 8.0]
18-
stability: [prefer-lowest, prefer-stable]
18+
stability: [prefer-stable]
1919

2020
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
2121

0 commit comments

Comments
 (0)