Skip to content

Commit 0aa3206

Browse files
committed
ci: only run tests on latest/stable versions
1 parent a97c184 commit 0aa3206

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
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
php: [ '7.4', '8.0', '8.1', '8.2' ]
1313
laravel: [ '8.*', '9.*', '10.*' ]
14-
stability: [ prefer-lowest, prefer-stable ]
14+
stability: [ prefer-stable ]
1515
exclude:
1616
- laravel: '8.*'
1717
php: '8.2'

0 commit comments

Comments
 (0)