Skip to content

Commit

Permalink
Merge pull request #212 from vektor-inc/fix/phpunit-env
Browse files Browse the repository at this point in the history
PHPUnit 環境の修正
  • Loading branch information
kurudrive authored Jul 4, 2024
2 parents 0988c02 + 4347cfc commit c920bb1
Show file tree
Hide file tree
Showing 4 changed files with 2,715 additions and 4,950 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
wp-versions: ['6.2', '6.1', '6.0']
php-versions: ['8.0', '8.1', '8.2']
wp-versions: ['6.5', '6.4', '6.3']
name: PHP Unit test ${{ matrix.php-versions }} / WP ${{ matrix.wp-versions }} Test
services:
mysql:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wp-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
wp-versions: ['6.0.3', '6.1.1', '6.2']
php-versions: ['8.0', '8.1', '8.2']
wp-versions: ['6.5', '6.4', '6.3']
name: PHP Unit test ${{ matrix.php-versions }} / WP ${{ matrix.wp-versions }} Test
services:
mysql:
Expand Down
Loading

0 comments on commit c920bb1

Please sign in to comment.