Skip to content

Commit bb734d0

Browse files
authored
Add back minimum PHP version input (#84)
* Add back minimum PHP version input * Skip test for SQLite while at it
1 parent 3179e9a commit bb734d0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ on:
1212
jobs:
1313
test:
1414
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
15+
with:
16+
minimum-php: '7.1'

features/dist-archive.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ Feature: Generate a distribution archive of a project
308308
And the wp-content/plugins/hello-world/.travis.yml file should not exist
309309
And the wp-content/plugins/hello-world/bin directory should not exist
310310

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
311314
Scenario: Avoids recursive symlink
312315
Given a WP install in wordpress
313316
And a .distignore file:

0 commit comments

Comments
 (0)