Skip to content

Commit

Permalink
新增 Swoole v5.1 测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 11, 2023
1 parent 82787dc commit caf0e95
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
fail-fast: false
matrix:
swoole:
- version: 5.1-php8.2
postgresql_version: ""
- version: 5.1-php8.1
postgresql_version: ""
- version: 5.1-php8.0
postgresql_version: ""
- version: 5.0-php8.2
postgresql_version: ""
- version: 5.0-php8.1
Expand Down Expand Up @@ -282,9 +288,11 @@ jobs:
fail-fast: false
matrix:
php: ["7.4", "8.0", "8.1", "8.2"]
swoole: [v5.0.3, v4.8.13]
swoole: [v5.1.0, v5.0.3, v4.8.13]
roadrunner: [2.7.*]
exclude:
- php: 7.4
swoole: v5.1.0
- php: 7.4
swoole: v5.0.3
- php: 8.2
Expand Down

0 comments on commit caf0e95

Please sign in to comment.