提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

4
vendor/topthink/framework/.github/workflows/build.yml vendored Executable file → Normal file
View File

@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- "8.0"
- "8.x"
pull_request:
schedule:
- cron: "0 0 * * *"
@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3, 8.4]
name: PHP ${{ matrix.php }}