Improvements about namespace and PHPUnit version

This commit is contained in:
peter279k 2020-12-25 21:59:22 +08:00 committed by Josh Sherman
parent 732be48504
commit ae53465dad
4 changed files with 26 additions and 25 deletions

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php-version: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2