Make opcache patch independent (#533)

* Make opcache patch independent

* Restore tests.yml

* Workaround for older php
This commit is contained in:
Jerry Ma
2024-09-05 00:00:36 +08:00
committed by GitHub
parent b354e017ba
commit 326d682e44
8 changed files with 295 additions and 14 deletions

View File

@@ -120,8 +120,8 @@ jobs:
php:
- "8.0"
- "8.1"
- "8.2.22"
- "8.3.10"
- "8.2"
- "8.3"
os:
- ubuntu-latest
- macos-13