Skip to content

Commit

Permalink
Merge branch 'trunk' into html-api/normalize-html
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Sep 20, 2024
2 parents 92558b9 + 675a1aa commit 6167887
Show file tree
Hide file tree
Showing 190 changed files with 8,045 additions and 3,708 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ jobs:
memcached: false
# Report test results to the Host Test Results.
- os: ubuntu-latest
php: '7.4'
db-type: 'mysql'
db-version: '5.7'
db-version: '8.0'
tests-domain: 'example.org'
multisite: false
memcached: false
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# gitignore file for WordPress Core

# Configuration files with possibly sensitive information
.env
wp-config.php
wp-tests-config.php
.htaccess
Expand Down
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@ module.exports = function(grunt) {
flatten: true,
src: [
BUILD_DIR + 'wp-includes/js/dist/block-editor.js',
BUILD_DIR + 'wp-includes/js/dist/commands.js',
],
dest: BUILD_DIR + 'wp-includes/js/dist/'
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ext-dom": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.9.0",
"squizlabs/php_codesniffer": "3.10.3",
"wp-coding-standards/wpcs": "~3.1.0",
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
"yoast/phpunit-polyfills": "^1.1.0"
Expand Down
Loading

0 comments on commit 6167887

Please sign in to comment.