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 ec13432 commit 52a4901Copy full SHA for 52a4901
1 file changed
.github/workflows/run-tests.yml
@@ -12,10 +12,10 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- os: [ubuntu-latest, windows-latest]
16
- php: [8.2, 8.1]
17
- laravel: [10.*]
18
- stability: [prefer-lowest, prefer-stable]
+ os: [ubuntu-latest]
+ php: [8.2]
+ laravel: [10]
+ stability: [prefer-stable]
19
include:
20
- laravel: 10.*
21
testbench: 8.*
0 commit comments