Skip to content

Commit 70bb516

Browse files
Laravel 12 (#3)
1 parent 69125aa commit 70bb516

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/pest.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: [8.1, 8.2, 8.3]
21-
laravel: [10.*, 11.*]
20+
php: [8.1, 8.2, 8.3, 8.4]
21+
laravel: [10.*, 11.*, 12.*]
2222
exclude:
2323
- php: 8.1
2424
laravel: 11.*
25+
- php: 8.1
26+
laravel: 12.*
2527

2628
name: PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}
2729

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
],
1919
"require": {
2020
"php": "^8.1",
21-
"laravel/framework": "^10.0||^11.0"
21+
"laravel/framework": "^10.0||^11.0||^12.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.16",
25-
"larastan/larastan": "^2.9.6",
26-
"pestphp/pest": "^2.34.7",
27-
"pestphp/pest-plugin-laravel": "^2.4",
28-
"pestphp/pest-plugin-type-coverage": "^2.8.2",
29-
"orchestra/testbench": "^9.0.0||^8.22.0"
25+
"larastan/larastan": "^2.9.6||^3.0.0",
26+
"pestphp/pest": "^2.34.7||^3.0.0",
27+
"pestphp/pest-plugin-laravel": "^2.4||^3.0.0",
28+
"pestphp/pest-plugin-type-coverage": "^2.8.2||^3.0.0",
29+
"orchestra/testbench": "^8.22.0||^9.0.0||^10.0.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)