mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-25 01:25:34 +08:00
remove deprecated php version for integration-test
This commit is contained in:
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ "ubuntu-latest", "macos-latest" ]
|
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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user