Skip to content

Commit

Permalink
测试禁用 Opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 20, 2023
1 parent e8d2a7a commit d4a3e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
php-version: ${{ matrix.php }}
tools: pecl
extensions: >
apcu, bcmath, curl, openssl, mbstring, intl, json, redis, mysqli, pdo, pdo_mysql, sockets, zip,
apcu, bcmath, curl, openssl, mbstring, intl, json, redis, mysqli, pdo, pdo_mysql, sockets, zip, :opcache
swoole-swoole/swoole-src@${{ matrix.swoole }}
env:
SWOOLE_CONFIGURE_OPTS: >
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
roadrunner: [2.7.*]
extensions:
[
"apcu, bcmath, curl, openssl, mbstring, intl, json, redis, mysqli, pdo, pdo_mysql, sockets",
"apcu, bcmath, curl, openssl, mbstring, intl, json, redis, mysqli, pdo, pdo_mysql, sockets, :opcache",
]
env:
IMI_ROADRUNNER_BINARY: ${{ github.workspace }}\rr.exe
Expand Down

0 comments on commit d4a3e13

Please sign in to comment.