Skip to content

Commit ce3725b

Browse files
committed
Update testing matrix to include WP 5.7.2
1 parent e631f1c commit ce3725b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
matrix:
1414
php: [ 7.3 ]
1515
os: [ ubuntu-18.04 ]
16-
wordpress: [ 5.6.2 ]
16+
wordpress: [ 5.6.2, 5.7.2 ]
1717

18-
name: Test - PHP ${{ matrix.php }}
18+
name: Test - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}
1919

2020
env:
2121
WP_VERSION: ${{ matrix.wordpress }}

0 commit comments

Comments
 (0)