Skip to content

Commit 1b9cae5

Browse files
committed
- Reverted Laravel version requirement to 12.*
1 parent f115b72 commit 1b9cae5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
matrix:
1818
os: [ ubuntu-latest ]
1919
php: [ 8.4, 8.3, 8.2 ]
20-
laravel: [ ^12.51 ]
20+
laravel: [ 12.* ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
23-
- laravel: ^12.51
23+
- laravel: 12.*
2424
carbon: ^3.8.4
2525

2626
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"laravel/framework": "^12.51"
20+
"laravel/framework": "^12.0"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^1.6.10",

0 commit comments

Comments
 (0)