Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 275f2db

Browse files
chore: sync workflows
1 parent 2974757 commit 275f2db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,13 @@ jobs:
217217
strategy:
218218
matrix:
219219
php: ['7.0', '7.3', '5.6']
220-
WP_VERSION: ['latest', '4.6']
220+
WP_VERSION: ['latest']
221221
WP_MULTISITE: ['0', '1']
222222
include:
223223
- php: '7.3'
224224
WP_VERSION: 'latest'
225225
WP_MULTISITE: '1'
226226
ACTIVATE_POPULAR_PLUGINS: 1
227-
exclude:
228-
- php: '7.3'
229-
WP_VERSION: '4.6'
230227
steps:
231228
- name: Set running flag
232229
run: echo "::set-env name=RUNNING::1"

0 commit comments

Comments
 (0)