Skip to content

Commit 37939d5

Browse files
authored
Update to 12 (#62)
1 parent 102ca39 commit 37939d5

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
php: [8.4, 8.3, 8.2]
18-
laravel: ['11.*', '10.*']
18+
laravel: ['12.*', '11.*', '10.*']
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
2121
- laravel: 10.*
2222
testbench: 8.*
2323
- laravel: 11.*
2424
testbench: 9.*
25+
- laravel: 12.*
26+
testbench: 10.*
2527

2628
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2729

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
],
1919
"require": {
2020
"php": "^8.2",
21-
"illuminate/contracts": "11.*|10.*"
21+
"illuminate/contracts": "12.*|11.*|10.*"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^8.0|^9.0",
24+
"orchestra/testbench": "^8.0|^9.0|^10.0",
2525
"nunomaduro/collision": "^8.0|^7.8|^6.0",
26-
"larastan/larastan": "^2.0",
27-
"pestphp/pest": "^2.34",
28-
"pestphp/pest-plugin-laravel": "^2.3",
26+
"larastan/larastan": "^2.0|^3.0",
27+
"pestphp/pest": "^2.34|^3.0",
28+
"pestphp/pest-plugin-laravel": "^2.3|^3.0",
2929
"phpstan/extension-installer": "^1.1",
30-
"phpstan/phpstan-deprecation-rules": "^1.0",
31-
"phpstan/phpstan-phpunit": "^1.0",
30+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
31+
"phpstan/phpstan-phpunit": "^1.0|^2.0",
3232
"spatie/laravel-ray": "^1.26"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)