feat: add workdays endpoint

Added support for our new workdays endpoint that allows you to get the
number of working days for a country between two dates.
This commit is contained in:
Josh Sherman 2021-06-10 23:11:35 -05:00
parent c12f512f8a
commit 95bba75265
5 changed files with 172 additions and 15 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Run Tests
run: vendor/bin/phpunit --coverage-clover ./coverage.xml
- name: Upload Coverage
if: ${{ matrix.php-version == '7.4' }}
if: ${{ matrix.php-version == '8.0' }}
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml