Skip to content

Commit a10cde3

Browse files
committed
Include stability preferences for composer install
1 parent 75f210d commit a10cde3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
include:
1818
- os: ubuntu-20.04
1919
php: 8.0
20+
stability: prefer-lowest
21+
- os: ubuntu-20.04
22+
php: 8.0
23+
stability: prefer-stable
2024

2125
runs-on: ${{ matrix.os }}
2226

0 commit comments

Comments
 (0)