remove deprecated php version for integration-test

This commit is contained in:
crazywhalecc
2022-08-21 16:20:21 +08:00
parent c7003a7139
commit 528b61862a

View File

@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
operating-system: [ "ubuntu-latest", "macos-latest" ]
php-versions: [ "7.2", "7.3", "7.4", "8.0", "8.1" ]
php-versions: [ "7.4", "8.0", "8.1" ]
steps:
- name: Checkout code
uses: actions/checkout@v2