Skip to content

Commit

Permalink
Add WP 6.2 and PHP 8.2 to the testing matrix
Browse files Browse the repository at this point in the history
Additionally, move WP 5.8 out of the main testing matrix since it's broken from PHP 8.1+.
  • Loading branch information
thebrandonallen committed May 2, 2023
1 parent 07b04ca commit 1719929
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.4', '8.0', '8.2']
wp_version: ['5.8', '5.9', '6.0', '6.1', 'master']
php: ['7.2', '7.4', '8.0', '8.1', '8.2']
wp_version: ['5.9', '6.0', '6.1', '6.2', 'master']
include:
- php: '7.2'
wp_version: '5.1'
- php: '7.2'
wp_version: '5.8'
- php: '7.4'
wp_version: '5.8'
- php: '8.0'
wp_version: '5.8'
env:
WP_ENV_PHP_VERSION: ${{ matrix.php }}
WP_VERSION: ${{ matrix.wp_version }}
Expand Down

0 comments on commit 1719929

Please sign in to comment.