Skip to content

Commit de1e2b7

Browse files
Merge pull request #33 from yabhq/laravel-11-support
Laravel 11 support
2 parents 5b10abb + 3794aba commit de1e2b7

File tree

5 files changed

+2459
-1272
lines changed

5 files changed

+2459
-1272
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
phpunit:
88
runs-on: ubuntu-latest
99
container:
10-
image: kirschbaumdevelopment/laravel-test-runner:8.1
10+
image: kirschbaumdevelopment/laravel-test-runner:8.2
1111

1212
services:
1313
postgres:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
22
.phpunit.result.cache
3+
.phpunit.cache
34
build/report.junit.xml

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1|^8.2",
20-
"illuminate/support": "^8|^9|^10",
19+
"php": "^8.2|^8.3",
20+
"illuminate/support": "^9|^10|^11",
2121
"laravel/legacy-factories": "^1.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^8.0",
24+
"orchestra/testbench": "^9.0",
2525
"phpunit/phpunit": "^10.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)