Skip to content

Commit

Permalink
Merge pull request #33 from yabhq/laravel-11-support
Browse files Browse the repository at this point in the history
Laravel 11 support
  • Loading branch information
chrisblackwell authored Apr 21, 2024
2 parents 5b10abb + 3794aba commit de1e2b7
Show file tree
Hide file tree
Showing 5 changed files with 2,459 additions and 1,272 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
phpunit:
runs-on: ubuntu-latest
container:
image: kirschbaumdevelopment/laravel-test-runner:8.1
image: kirschbaumdevelopment/laravel-test-runner:8.2

services:
postgres:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
.phpunit.result.cache
.phpunit.cache
build/report.junit.xml
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": "^8.1|^8.2",
"illuminate/support": "^8|^9|^10",
"php": "^8.2|^8.3",
"illuminate/support": "^9|^10|^11",
"laravel/legacy-factories": "^1.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit de1e2b7

Please sign in to comment.