diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index a5ea330..0d6fa65 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ # These are supported funding model platforms # github: tiamo -custom: ["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UFPH5MGUD7LS&source=url"] +# custom: ["https://..."] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14ccf15..e88ac0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - php-versions: [ '7.1', '8.0' ] + php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0' ] steps: - uses: actions/checkout@v2