Skip to content

Commit

Permalink
Support laravel 11 (#26)
Browse files Browse the repository at this point in the history
* Support laravel 11

* use ubuntu 24
  • Loading branch information
Xulai authored Jul 18, 2024
1 parent 498b2d2 commit 7e5b513
Show file tree
Hide file tree
Showing 3 changed files with 1,027 additions and 675 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: pull_request

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Install vendor
run: composer install
- name: Run linting
run: vendor/bin/phpcs
run: vendor/bin/phpcs
- name: Run tests
run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"require": {
"illuminate/database": "^8 || ^9 || ^10"
"illuminate/database": "^8 || ^9 || ^10 | ^11"
},
"require-dev": {
"phpunit/phpunit": "^9.5 || ^9.6",
Expand Down
Loading

0 comments on commit 7e5b513

Please sign in to comment.