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 90cc07a commit 1bdb325Copy full SHA for 1bdb325
.github/workflows/run-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
os: [ubuntu-22.04, windows-2019]
24
php: [8.4, 8.3, 8.2]
25
- laravel: [^11.15, ^12]
+ laravel: [~11.15, 12.x]
26
stability: [prefer-lowest, prefer-stable]
27
steps:
28
- name: Set git to use LF
0 commit comments