diff --git .github/workflows/unit-tests.yml .github/workflows/unit-tests.yml
index 3321075d8..a8c824bad 100644
|
|
jobs: |
15 | 15 | wp_version: ['master'] |
16 | 16 | include: |
17 | 17 | - php: '8.0' |
18 | | wp_version: '5.8' |
| 18 | wp_version: '5.9' |
19 | 19 | - php: '7.4' |
20 | | wp_version: '5.8' |
| 20 | wp_version: '5.9' |
21 | 21 | - php: '7.4' |
22 | 22 | wp_version: '5.4' |
23 | 23 | env: |
diff --git composer.json composer.json
index 92645a69f..91c0f4b15 100644
|
|
|
35 | 35 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", |
36 | 36 | "squizlabs/php_codesniffer" : "^3.5.4", |
37 | 37 | "wp-coding-standards/wpcs": "*", |
38 | | "wp-phpunit/wp-phpunit": "^5.7", |
| 38 | "wp-phpunit/wp-phpunit": "^5.9", |
39 | 39 | "phpunit/phpunit": "^7.5" |
40 | 40 | } |
41 | 41 | } |
diff --git package.json package.json
index 92accdf67..d181c6a2c 100644
|
|
|
8 | 8 | "@babel/core": "~7.15.5", |
9 | 9 | "@wordpress/babel-preset-default": "~6.3.2", |
10 | 10 | "@wordpress/browserslist-config": "~4.1.0", |
11 | | "@wordpress/env": "^4.1.1", |
| 11 | "@wordpress/env": "^4.2.0", |
12 | 12 | "@wordpress/stylelint-config": "~19.1.0", |
13 | 13 | "autoprefixer": "^9.8.6", |
14 | 14 | "grunt": "~1.4.1", |