Skip to content

Commit 3d73046

Browse files
authored
Update run-tests.yml
1 parent a786028 commit 3d73046

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
@@ -21,7 +21,7 @@ jobs:
2121
os: [ubuntu-latest, windows-latest]
2222
php: [8.1, 8.2, 8.3]
2323
laravel: [10.*, 11.*]
24-
stability: [prefer-lowest, prefer-stable]
24+
stability: [prefer-stable]
2525
include:
2626
- laravel: 10.*
2727
testbench: 8.*
@@ -60,4 +60,4 @@ jobs:
6060
run: composer show -D
6161

6262
- name: Execute tests
63-
run: vendor/bin/pest --ci
63+
run: vendor/bin/pest --ci

0 commit comments

Comments
 (0)