mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
Upgrade swoole version to 4.8.0 in github actions. (#4168)
This commit is contained in:
parent
78d60471ad
commit
ff51321aaa
2
.github/workflows/test-components.yml
vendored
2
.github/workflows/test-components.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user