Skip to content

Commit 6907fca

Browse files
committed
增加单测
1 parent 80cff25 commit 6907fca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test for Golang ${{ matrix.go-version }} on ${{ matrix.platform }}
1111
strategy:
1212
matrix:
13-
go-version: [ 1.18.x, 1.19.x, 1.20.x ]
13+
go-version: [ 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x, 1.25.x ]
1414
platform: [ ubuntu-latest ]
1515
runs-on: ${{ matrix.platform }}
1616
steps:
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
os: [ ubuntu-latest ]
3535
php-version: [ '8.0', '8.1' ]
36-
swoole-version: [ 'v5.0.0', 'master' ]
36+
swoole-version: [ 'v5.1.6' ]
3737
max-parallel: 5
3838
env:
3939
SW_VERSION: ${{ matrix.swoole-version }}

0 commit comments

Comments
 (0)