Skip to content

Commit c2992f3

Browse files
committed
prefer-stable only
1 parent 2985af9 commit c2992f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
os: [ubuntu-latest]
1616
php: [8.0, 8.1]
1717
laravel: [8.*]
18-
stability: [prefer-lowest, prefer-stable]
18+
stability: [prefer-stable]
1919
include:
2020
- laravel: 8.*
2121
testbench: ^6.6
2222

23-
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
23+
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2424

2525
steps:
2626
- name: Checkout code

0 commit comments

Comments
 (0)