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 49370c7 commit c174224Copy full SHA for c174224
.github/workflows/unittests.yml
@@ -32,6 +32,23 @@ jobs:
32
laravel: 10.*
33
testbench: 8.*
34
composer-flag: '--prefer-lowest'
35
+ # Laravel 11.*
36
+ - php: 8.2
37
+ laravel: 11.*
38
+ testbench: 9.*
39
+ composer-flag: '--prefer-stable'
40
+ - php: 8.3
41
42
43
44
45
46
47
+ composer-flag: '--prefer-lowest'
48
49
50
51
52
runs-on: ubuntu-latest
53
54
steps:
composer.json
@@ -53,5 +53,7 @@
},
"config": {
55
"sort-packages": true
56
- }
+ },
57
+ "minimum-stability": "dev",
58
+ "prefer-stable": true
59
}
0 commit comments