Skip to content

Commit

Permalink
Merge branch 'develop' into wp61
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 14, 2022
2 parents 0ef8d6f + 2a9731a commit e50e321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
sudo systemctl start mysql.service
composer require --dev --update-with-dependencies --prefer-dist roots/wordpress-full="dev-nightly"
composer require --dev --update-with-dependencies --prefer-dist roots/wordpress-full="dev-main"
mysqladmin -uroot -proot create wordpress_test
- name: Run the tests
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ parameters:
# p2p plugin
- '#^Used function (p2p_type|p2p_connection_exists) not found\.$#'
- '#^Function (p2p_type|p2p_connection_exists) not found\.$#'
reportUnmatchedIgnoredErrors: false

0 comments on commit e50e321

Please sign in to comment.