-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kang Huaishuai <[email protected]>
- Loading branch information
Showing
57 changed files
with
145 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
matrix: | ||
lnmp_branch: | ||
- 19.03 | ||
- "20.10" | ||
- "23.11" | ||
- master | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
matrix: | ||
php_version: | ||
- nightly | ||
- 8.2.13 | ||
- 8.3.0 | ||
- 8.1.26 | ||
- 8.0.30 | ||
# EOL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
tags: | ||
- '*' | ||
branches: | ||
- "20.10" | ||
- "23.11" | ||
workflow_dispatch: | ||
|
||
name: Build Docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ on: | |
tags: | ||
- '*' | ||
branches: | ||
- "20.10" | ||
- "23.11" | ||
# paths: | ||
# - '/.github/actions/*' | ||
workflow_dispatch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
tags: | ||
- '*' | ||
branches: | ||
- "20.10" | ||
- "23.11" | ||
workflow_dispatch: | ||
|
||
name: Sync Git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Changelog | ||
|
||
## v20.10.30 | ||
## v23.11.0 | ||
|
||
### Compare | ||
|
||
* https://github.com/khs1994-docker/lnmp/compare/v20.10.29...20.10 | ||
* https://github.com/khs1994-docker/lnmp/compare/v20.10.30...23.11 | ||
|
||
### Bug fixes: | ||
|
||
### Changes: | ||
|
||
### Updates: | ||
|
||
* [PHP `8.2.13` `8.1.26` `8.0.30`](https://www.php.net/ChangeLog-8.php#8.1.26) | ||
* [PHP `8.3.0` `8.2.13` `8.1.26`](https://www.php.net/ChangeLog-8.php#8.1.26) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* 在 [GitHub](https://github.com/khs1994-docker/lnmp/fork) 上点击 `fork` 按钮将本仓库 fork 到自己的仓库,如 `yourname/lnmp`,然后 `clone` 到本地。 | ||
|
||
```bash | ||
$ git clone -b 20.10 [email protected]:yourname/lnmp.git | ||
$ git clone -b 23.11 [email protected]:yourname/lnmp.git | ||
|
||
$ cd lnmp | ||
|
||
|
@@ -21,17 +21,17 @@ | |
|
||
$ git commit -a "Fix issue #1: change helo to hello" | ||
|
||
$ git push origin 20.10 | ||
$ git push origin 23.11 | ||
``` | ||
|
||
* 在 [GitHub](https://github.com/khs1994-docker/lnmp) 上提交 `Pull request`,注意请提交到 YY.MM(例如: `20.10`) 分支。 | ||
* 在 [GitHub](https://github.com/khs1994-docker/lnmp) 上提交 `Pull request`,注意请提交到 YY.MM(例如: `23.11`) 分支。 | ||
|
||
* 请定期更新自己仓库。 | ||
|
||
```bash | ||
$ git fetch upstream | ||
|
||
$ git rebase upstream/20.10 | ||
$ git rebase upstream/23.11 | ||
|
||
$ git push -f origin 20.10 | ||
$ git push -f origin 23.11 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.