Skip to content

Commit 1daf3a2

Browse files
committed
add Laravel 12 to CI tests
1 parent 845fdb7 commit 1daf3a2

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ jobs:
1212
os: [ubuntu-latest]
1313
php: [8.2, 8.3, 8.4]
1414
stability: [prefer-stable]
15-
laravel: [11.*]
15+
laravel: [11.*, 12.*]
1616
include:
1717
- laravel: 11.*
1818
testbench: 9.*
1919

20+
- laravel: 12.*
21+
testbench: 10.*
22+
2023
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2124

2225
steps:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"require-dev": {
2828
"guzzlehttp/guzzle": "^7.1",
2929
"http-interop/http-factory-guzzle": "^1.0",
30-
"larastan/larastan": "^2.0",
31-
"orchestra/testbench": "^9.0",
32-
"phpstan/phpstan": "^1.0",
33-
"phpunit/phpunit": "^10.0"
30+
"larastan/larastan": "^3.0",
31+
"orchestra/testbench": "^9.0 || ^10.0",
32+
"phpstan/phpstan": "^2.0",
33+
"phpunit/phpunit": "^11.0"
3434
},
3535
"minimum-stability": "stable",
3636
"prefer-stable": true,

0 commit comments

Comments
 (0)