Skip to content

Commit ba96381

Browse files
committed
fix unittest runner
1 parent dee41c3 commit ba96381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1919
include:
2020
- wp-version: latest
21+
- wp-version: '6.5'
22+
php-versions: ['7.0', '7.1']
2123
steps:
2224
- name: Checkout
2325
uses: actions/checkout@v2

0 commit comments

Comments
 (0)