Skip to content

Commit adaebb9

Browse files
committed
fix: php version for the tests and phpunit
1 parent a837819 commit adaebb9

File tree

3 files changed

+4
-128
lines changed

3 files changed

+4
-128
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php-versions }}
3232
coverage: xdebug #optional, setup coverage driver
33-
tools: psalm, phpcbf, phpcs
3433

35-
- name: Install all depenencies
34+
- name: Install all depedencies
3635
run: composer update
3736

3837
- name: Install WP Tests

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
"vimeo/psalm": "^4.6",
2424
"wp-coding-standards/wpcs": "^2.3",
2525
"overtrue/phplint": "^2.3",
26-
"wp-phpunit/wp-phpunit": "^6.4",
27-
"yoast/phpunit-polyfills": "^1.0",
28-
"phpspec/prophecy": "^1.19",
29-
"phpspec/prophecy-phpunit": "^2.2"
26+
"wp-phpunit/wp-phpunit": "^6.5",
27+
"yoast/phpunit-polyfills": "^1.1.0"
3028
},
3129
"scripts": {
3230
"cs": "./vendor/bin/phpcs",

composer.lock

Lines changed: 1 addition & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)