support cross version phpunit (#92)

This commit is contained in:
Dengke Tang
2023-03-09 16:44:10 -08:00
committed by GitHub
parent 5334110e8b
commit 46e0ca0c81
9 changed files with 22 additions and 22 deletions
+2
View File
@@ -58,6 +58,8 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
steps:
- name: Setup PHP with Xdebug
uses: shivammathur/setup-php@v2