chore: replaced created_time_upper with created_before #72
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PHPUnit Plugin Tests | |
| on: [push, pull_request] | |
| jobs: | |
| phpunit: | |
| name: Run PHPUnit test suites | |
| uses: ColdTrick/.github/.github/workflows/phpunit.yml@master | |
| with: | |
| elgg_major_version: 6 |