Skip to content

Commit

Permalink
PHPUnit polifil アップデート / テストバージョン変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed May 14, 2024
1 parent d0f6ba0 commit 7ce4a39
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
wp-versions: ['6.0.3', '6.1.1', '6.2']
wp-versions: ['6.4', '6.5']
name: PHP Unit Test on PHP ${{ matrix.php-versions }} / WP ${{ matrix.wp-versions }} Test on ${{ matrix.operating-system }}
services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
wp-versions: ['6.0.3', '6.1.1', '6.2']
wp-versions: ['6.4', '6.5']
name: PHP Unit Test on PHP ${{ matrix.php-versions }} / WP ${{ matrix.wp-versions }} Test on ${{ matrix.operating-system }}
services:
mysql:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ _.ftpconfig
vendor/
*.override.json
dist/
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sirbrillig/phpcs-variable-analysis": "^2.9",
"wp-phpunit/wp-phpunit": "^5.5",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"yoast/phpunit-polyfills": "^1.0",
"yoast/phpunit-polyfills": "^1.1.0",
"vektor-inc/vk-wp-unit-test-tools": "^0.10.0",
"doctrine/instantiator": "^1.5.0"
}
Expand Down
17 changes: 10 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ce4a39

Please sign in to comment.