Skip to content

Commit b99347a

Browse files
committed
Update test matrix for PHP and WordPress versions
1 parent ee91bde commit b99347a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
php: [ '8.3', '8.2', '8.1' ]
15-
wordpress: [ '6.9', '6.8' ]
14+
php: [ '8.3', '8.1' ]
15+
wordpress: [ '6.9', '6.8', '6.7', '6.6' ]
1616
fail-fast: false
1717
name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }}
1818
steps:

0 commit comments

Comments
 (0)