Changeset 59524
- Timestamp:
- 12/17/2024 12:09:55 PM (6 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-performance.yml
r59507 r59524 16 16 required: false 17 17 type: 'string' 18 default: '6. 1.1'18 default: '6.7' 19 19 php-version: 20 20 description: 'The PHP version to use.' -
trunk/tests/performance/specs/home.test.js
r59151 r59524 15 15 }; 16 16 17 const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour' ];17 const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour', 'twentytwentyfive' ]; 18 18 19 19 const locales = [ 'en_US', 'de_DE' ];
Note: See TracChangeset
for help on using the changeset viewer.