mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
Fixed ci (#6842)
This commit is contained in:
parent
01a5aad411
commit
17a1450ddc
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: 'v5.1.2'
|
||||
SW_VERSION: 'v5.1.3'
|
||||
jobs:
|
||||
database:
|
||||
name: Test for Database
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
php-version: [ '8.3', '8.2', '8.1' ]
|
||||
sw-version: [ 'v5.0.3', 'v5.1.2', 'master' ]
|
||||
sw-version: [ 'v5.0.3', 'v5.1.3', 'master' ]
|
||||
exclude:
|
||||
- php-version: '8.3'
|
||||
sw-version: 'v5.0.3'
|
||||
|
Loading…
Reference in New Issue
Block a user