Skip to content

Commit 058ca37

Browse files
committed
- Reverted changes for Laravel 12
1 parent 180ea4d commit 058ca37

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ ubuntu-latest ]
19-
php: [ 8.4, 8.3, 8.2, 8.1 ]
20-
laravel: [ 12.*, 11.*, 10.*, 9.* ]
19+
php: [ 8.3, 8.2, 8.1 ]
20+
laravel: [ 11.*, 10.*, 9.* ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
23-
- laravel: 12.*
24-
testbench: 10.*
25-
carbon: ^3.8.4
2623
- laravel: 11.*
2724
testbench: 9.*
2825
carbon: ^2.63
@@ -33,8 +30,6 @@ jobs:
3330
testbench: 7.*
3431
carbon: ^2.63
3532
exclude:
36-
- laravel: 12.*
37-
php: 8.1
3833
- laravel: 11.*
3934
php: 8.1
4035

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
14+
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
1515
"spatie/laravel-query-builder": "^5.7"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
19-
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3"
18+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
19+
"phpunit/phpunit": "^9.5 || ^10.5"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)