Skip to content

Commit

Permalink
Merge branch 'trunk' into fix/php-8.1-iterator-error
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed Sep 10, 2024
2 parents d82f06b + bdc361d commit 0c5ce08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ jobs:
- php: "8.0"
wp: "6.0"
allowed_failure: false
# Check latest WP with the lowest supported PHP.
- php: "8.0"
wp: "master"
allowed_failure: false
# Check latest WP with the highest supported PHP.
- php: "latest"
- php: "8.3"
wp: "master"
allowed_failure: false

Expand All @@ -48,6 +52,7 @@ jobs:
run: wp-env start
env:
WP_ENV_CORE: WordPress/WordPress#${{ matrix.wp }}
WP_ENV_PHP_VERSION: ${{ matrix.php }}

- name: PHPUnit
run: composer test
Expand Down

0 comments on commit 0c5ce08

Please sign in to comment.