-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow object cache to be forcefully included (#391)
* Add support for rsync-ing mu-plugins and adding object-cache.php during testing * Ignore object cache * Lock to 85b3aff18f181fd2c7a08dfd639fa4688fe1179a to debug * lock to the alleyinteractive/mantle-ci#10 branch * Testing without * Restore debug code * Disable fast-fail * Disable object cache * Disable the branch lock in
- Loading branch information
Showing
4 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ on: | |
jobs: | ||
php-tests: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
php: [8.0, 8.1] | ||
wordpress: ["latest"] | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,5 @@ | |
|
||
\Mantle\Testing\manager() | ||
->maybe_rsync_plugin() | ||
->with_object_cache() | ||
->with_vip_mu_plugins() | ||
->install(); |