Skip to content

Commit 573ff9e

Browse files
Chore: Laravel 12 support
1 parent ecc36b8 commit 573ff9e

File tree

4 files changed

+607
-476
lines changed

4 files changed

+607
-476
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: phpstan
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.3, 8.4]
17-
laravel: [11.*]
17+
laravel: [12.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20-
- laravel: 11.*
21-
testbench: 9.*
20+
- laravel: 12.*
21+
testbench: 10.*
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2424

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^8.3|^8.4",
20-
"illuminate/contracts": "^11.0",
20+
"illuminate/contracts": "^12.0",
2121
"spatie/laravel-package-tools": "^1.9.2"
2222
},
2323
"require-dev": {
2424
"larastan/larastan": "^3.0",
2525
"nunomaduro/collision": "^8.1",
26-
"orchestra/testbench": "^9.0",
26+
"orchestra/testbench": "^10.0",
2727
"pestphp/pest": "^3.0",
2828
"pestphp/pest-plugin-laravel": "^3.0",
2929
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)