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 3942564 commit 5e9b400Copy full SHA for 5e9b400
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [ubuntu-latest]
15
php: [8.4, 8.3, 8.2]
16
- laravel: ['12.0', ^10.0, ^11.0]
+ laravel: [^12.0, ^10.0, ^11.0]
17
dependency-version: [prefer-lowest, prefer-stable]
18
include:
19
- laravel: ^10.0
0 commit comments