Test enhancements for RandomDate test

This commit is contained in:
peter279k 2020-12-31 16:05:15 +08:00
parent 4f65f72e74
commit c340ca2922
4 changed files with 17 additions and 17 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