提交的内容
This commit is contained in:
4
vendor/topthink/framework/.github/workflows/build.yml
vendored
Executable file → Normal file
4
vendor/topthink/framework/.github/workflows/build.yml
vendored
Executable file → Normal 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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user