Upgrade swoole version to 4.8.0 in github actions. (#4168)

This commit is contained in:
李铭昕 2021-10-25 16:26:25 +08:00 committed by GitHub
parent 78d60471ad
commit ff51321aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
schedule:
- cron: '0 2 * * *'
env:
SW_VERSION: 'v4.7.1'
SW_VERSION: 'v4.8.0'
YASD_VERSION: 'v0.3.9'
jobs:
database:

View File

@ -14,7 +14,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php-version: [ '7.4', '8.0' ]
sw-version: [ 'v4.5.11', 'v4.6.7', 'v4.7.1', 'master' ]
sw-version: [ 'v4.5.11', 'v4.6.7', 'v4.7.1', 'v4.8.0', 'master' ]
max-parallel: 12
fail-fast: false
env: