We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3179e9a commit bb734d0Copy full SHA for bb734d0
.github/workflows/testing.yml
@@ -12,3 +12,5 @@ on:
12
jobs:
13
test:
14
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
15
+ with:
16
+ minimum-php: '7.1'
features/dist-archive.feature
@@ -308,6 +308,9 @@ Feature: Generate a distribution archive of a project
308
And the wp-content/plugins/hello-world/.travis.yml file should not exist
309
And the wp-content/plugins/hello-world/bin directory should not exist
310
311
+ # This test does not work with SQLite because it wipes wp-content
312
+ # but SQLite requires an integration plugin & drop-in to work.
313
+ @require-mysql
314
Scenario: Avoids recursive symlink
315
Given a WP install in wordpress
316
And a .distignore file:
0 commit comments