Skip to content

Commit fadb6fa

Browse files
authored
Laravel 12 (#11)
1 parent 3fd1b61 commit fadb6fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [8.2, 8.1]
16-
laravel: [9.*, 10.*]
15+
php: [8.2, 8.3, 8.4]
16+
laravel: [11.*, 12.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "Debug Laravel views",
44
"license": "MIT",
55
"require": {
6-
"laravel/framework": "^9.0 || ^10.0"
6+
"laravel/framework": "^11.0 || ^12.0"
77
},
88
"require-dev": {
9-
"orchestra/testbench": "^7.0 || ^8.0"
9+
"orchestra/testbench": "^9.0 || ^10.0"
1010
},
1111
"autoload": {
1212
"psr-4": {

0 commit comments

Comments
 (0)