Skip to content

Commit

Permalink
Fix WP matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Apr 5, 2024
1 parent fc425fe commit f9996cb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,19 @@ jobs:
matrix:
include:
- php_version: '7.4'
wp_version: '5.9'
wp_version: '6.2'
multisite: false

# WP 5.6 is the earliest version which (sort of) supports PHP 8.0.
- php_version: '8.0'
wp_version: '5.9'
wp_version: '6.2'
multisite: false

# WP 5.9 is the earliest version which (sort of) supports PHP 8.1.
- php_version: '8.1'
wp_version: 'latest'
multisite: true

# WP 6.1 is the earliest version which supports PHP 8.2.
- php_version: '8.2'
wp_version: '6.1'
wp_version: '6.4'
multisite: true

name: "Integration Test: PHP ${{ matrix.php_version }} | WP ${{ matrix.wp_version }}${{ matrix.multisite == true && ' (+ ms)' || '' }}"
Expand Down

0 comments on commit f9996cb

Please sign in to comment.