Skip to content

Commit

Permalink
Merge pull request #45 from biiiiiigmonster/upgrade-laravel-11
Browse files Browse the repository at this point in the history
Upgrade laravel 11
  • Loading branch information
biiiiiigmonster authored Mar 17, 2024
2 parents 4885cee + d52e290 commit 29e0ce0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: run-tests

on:
push:
branches: [master]
branches: [laravel-11]
pull_request:
branches: [master]
branches: [laravel-11]

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

| Laravel 版本 | 安装命令 |
|-----------------|-----------------------------------------------------|
| Laravel 11 | ``` composer require biiiiiigmonster/hasin:^4.0 ``` |
| Laravel 10 | ``` composer require biiiiiigmonster/hasin:^3.0 ``` |
| Laravel 9 | ``` composer require biiiiiigmonster/hasin:^2.0 ``` |
| Laravel 5.5 ~ 8 | ``` composer require biiiiiigmonster/hasin:^1.0 ``` |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The `hasin` is composer package based on `where in` syntax to query the relation
# Installation
| Laravel Version | Install command |
|-----------------|-----------------------------------------------------|
| Laravel 11 | ``` composer require biiiiiigmonster/hasin:^4.0 ``` |
| Laravel 10 | ``` composer require biiiiiigmonster/hasin:^3.0 ``` |
| Laravel 9 | ``` composer require biiiiiigmonster/hasin:^2.0 ``` |
| Laravel 5.5 ~ 8 | ``` composer require biiiiiigmonster/hasin:^1.0 ``` |
Expand Down

0 comments on commit 29e0ce0

Please sign in to comment.