Changeset 14095
- Timestamp:
- 02/16/2025 03:13:17 PM (15 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
.github/workflows/coding-standards.yml (modified) (1 diff)
-
.github/workflows/unit-test-object.yml (modified) (1 diff)
-
composer.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r13969 r14095 21 21 uses: shivammathur/setup-php@v2 22 22 with: 23 php-version: '8. 3'23 php-version: '8.4' 24 24 coverage: none 25 25 tools: composer:v2 -
trunk/.github/workflows/unit-test-object.yml
r14014 r14095 16 16 matrix: 17 17 include: 18 - php: '8.4' 19 wp_version: 'trunk' 20 object: 'redis' 21 multisite: true 18 22 - php: '8.3' 19 23 wp_version: 'trunk' -
trunk/composer.json
r14014 r14095 44 44 }, 45 45 "scripts": { 46 "test": "@php ./vendor/ phpunit/phpunit/phpunit",47 "test_multi": "@php ./vendor/ phpunit/phpunit/phpunit -c tests/phpunit/multisite.xml",46 "test": "@php ./vendor/bin/phpunit", 47 "test_multi": "@php ./vendor/bin/phpunit -c tests/phpunit/multisite.xml", 48 48 "phpunit": "@test", 49 49 "phpcs": "@php ./vendor/bin/phpcs . --basepath=.",
Note: See TracChangeset
for help on using the changeset viewer.