Skip to content

Commit f185600

Browse files
authored
Supports Laravel 12 (#591)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent fe9ddfc commit f185600

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: [8.1, 8.2, 8.3, 8.4]
20-
laravel: [10, 11]
20+
laravel: [10, 11, 12]
2121
exclude:
2222
- php: 8.4
2323
laravel: 10
2424
- php: 8.1
2525
laravel: 11
26+
- php: 8.1
27+
laravel: 12
2628

2729
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2830

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"php": "^8.1",
1818
"ext-json": "*",
1919
"bacon/bacon-qr-code": "^3.0",
20-
"illuminate/support": "^10.0|^11.0",
20+
"illuminate/support": "^10.0|^11.0|^12.0",
2121
"symfony/console": "^6.0|^7.0",
2222
"pragmarx/google2fa": "^8.0"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.0",
26-
"orchestra/testbench": "^8.16|^9.0",
26+
"orchestra/testbench": "^8.16|^9.0|^10.0",
2727
"phpstan/phpstan": "^1.10",
28-
"phpunit/phpunit": "^10.4"
28+
"phpunit/phpunit": "^10.4|^11.3"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)