Skip to content

Commit ebafdee

Browse files
committed
Allow Laravel 12
1 parent 3ae6f31 commit ebafdee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: [ "8.1", "8.2", "8.3" ]
21+
php: [ "8.1", "8.2", "8.3", "8.4" ]
2222

2323
name: phpunit (PHP:${{ matrix.php }})
2424

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
],
1818
"require": {
1919
"php": "^8.0.2",
20-
"laravel/framework": "^9||^10||^11"
20+
"laravel/framework": "^9|^10|^11|^12"
2121
},
2222
"autoload": {
2323
"psr-4": {
2424
"Stayallive\\Laravel\\Eloquent\\Observable\\": "src/"
2525
}
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^10.0",
29-
"orchestra/testbench": "^8|^9",
28+
"phpunit/phpunit": "^10|^11",
29+
"orchestra/testbench": "^8|^9|^10",
3030
"friendsofphp/php-cs-fixer": "^3.14"
3131
},
3232
"autoload-dev": {

0 commit comments

Comments
 (0)