We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2985af9 commit c2992f3Copy full SHA for c2992f3
.github/workflows/run-tests.yml
@@ -15,12 +15,12 @@ jobs:
15
os: [ubuntu-latest]
16
php: [8.0, 8.1]
17
laravel: [8.*]
18
- stability: [prefer-lowest, prefer-stable]
+ stability: [prefer-stable]
19
include:
20
- laravel: 8.*
21
testbench: ^6.6
22
23
- name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
+ name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
24
25
steps:
26
- name: Checkout code
0 commit comments