We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee41c3 commit ba96381Copy full SHA for ba96381
.github/workflows/phpunit.yml
@@ -18,6 +18,8 @@ jobs:
18
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
19
include:
20
- wp-version: latest
21
+ - wp-version: '6.5'
22
+ php-versions: ['7.0', '7.1']
23
steps:
24
- name: Checkout
25
uses: actions/checkout@v2
0 commit comments