mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-01 19:58:24 +08:00
add: tester php8.0 and windows
This commit is contained in:
parent
2740babc97
commit
3baf21e74e
3
.github/workflows/Tester.yml
vendored
3
.github/workflows/Tester.yml
vendored
@ -8,10 +8,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
os: [ ubuntu-latest, windows-latest ]
|
||||
php-version:
|
||||
- 7.3
|
||||
- 7.4
|
||||
- 8.0
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user