Skip to content

Commit 44b01af

Browse files
authored
Support Laravel 12, require PHP 8.2 (#7)
1 parent 4234d6a commit 44b01af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.2, 8.3, 8.4]
17-
laravel: ['^10.0', '^11.0']
17+
laravel: ['^10.0', '^11.0', '^12.0']
1818
stability: [prefer-lowest, prefer-stable]
1919

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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0",
20-
"illuminate/contracts": "^10.0|^11.0",
21-
"illuminate/support": "^10.0|^11.0",
22-
"illuminate/http": "^10.0|^11.0",
19+
"php": "^8.2",
20+
"illuminate/contracts": "^10.0|^11.0|^12.0",
21+
"illuminate/support": "^10.0|^11.0|^12.0",
22+
"illuminate/http": "^10.0|^11.0|^12.0",
2323
"symfony/process": "^6.2|^7.0"
2424
},
2525
"require-dev": {
2626
"brianium/paratest": "^7.0",
2727
"nunomaduro/collision": "^7.0|^8.0",
28-
"orchestra/testbench": "^8.0|^9.0",
28+
"orchestra/testbench": "^8.0|^9.0|^10.0",
2929
"phpunit/phpunit": "^10.5|^11.0",
3030
"larastan/larastan": "^2.9||^3.0",
3131
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",

0 commit comments

Comments
 (0)