Skip to content

Commit 70c6673

Browse files
authored
Update run-tests.yml
1 parent db8dd22 commit 70c6673

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest]
20-
stability: [prefer-lowest, prefer-stable]
2120
php: [8.3, 8.4]
2221
laravel: [11.*, 12.*]
2322
include:
@@ -26,7 +25,7 @@ jobs:
2625
- laravel: 12.*
2726
testbench: 10.*
2827

29-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
28+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
3029

3130
steps:
3231
- name: Checkout code
@@ -47,7 +46,7 @@ jobs:
4746
- name: Install dependencies
4847
run: |
4948
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
50-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
49+
composer update --prefer-dist --no-interaction
5150
5251
- name: List Installed Dependencies
5352
run: composer show -D

0 commit comments

Comments
 (0)