Skip to content

Commit

Permalink
Drop PHP <7.2 tests, not possible with wp-env due to core support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Aug 20, 2024
1 parent 3b5da31 commit a6becd6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ jobs:
wp:
- latest
- trunk
include:
- wp: '6.3'
php: '7.1'
- wp: '6.3'
php: '7.0'
- '6.3'
env:
WP_ENV_PHP_VERSION: ${{ matrix.php }}
WP_ENV_CORE: ${{ matrix.wp == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wp ) }}
Expand Down

0 comments on commit a6becd6

Please sign in to comment.