Skip to content

Commit ca13633

Browse files
committed
laravel-12
1 parent 6ffd7d2 commit ca13633

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: [8.1, 8.2, 8.3, 8.4]
16-
laravel: [9.*, 10.*, 11.*]
16+
laravel: [9.*, 10.*, 11.*, 12.*]
1717
exclude:
1818
- laravel: 11.*
1919
php: 8.1
20+
- laravel: 12.*
21+
php: 8.1
2022

2123
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2224

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^8.1",
88
"ensi/initial-event-propagation": "^0.3.0",
9-
"laravel/framework": "^9.0 || ^10.0 || ^11.0"
9+
"laravel/framework": "^9.0 || ^10.0 || ^11.0 || ^12.0"
1010
},
1111
"require-dev": {
1212
"friendsofphp/php-cs-fixer": "^3.2",
@@ -15,7 +15,7 @@
1515
"phpstan/extension-installer": "^1.3",
1616
"phpstan/phpstan": "^1.11",
1717
"spaze/phpstan-disallowed-calls": "^2.15",
18-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
18+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
1919
"psr/http-message": "^1.0 || ^2.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)