Skip to content

Commit

Permalink
Update: 恢复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Mar 11, 2024
1 parent 50f3a62 commit 7334fe3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,16 +279,13 @@ jobs:
run: php .github/print-logs.php

ci-macos:
if: false
name: MacOS PHP-${{ matrix.php }} Swoole-${{ matrix.swoole }} RoadRunner-${{ matrix.roadrunner }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
# php: ["8.1", "8.2"]
# swoole: [v5.1.0, v5.0.3]
php: ["8.2"]
swoole: [v5.1.0]
php: ["8.2"] # ["8.1", "8.2"]
swoole: [v5.1.0] # [v5.1.0, v5.0.3]
roadrunner: [2.7.*]
env:
MYSQL_SERVER_PASSWORD: "root"
Expand Down

0 comments on commit 7334fe3

Please sign in to comment.