Skip to content

Commit

Permalink
Add unit test run for PHP 5.6 + WP 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 authored Sep 20, 2024
1 parent 66f827c commit 085f375
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
- latest
- trunk
- '6.3'
include:
- php: '5.6'
wp: '4.6'
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 085f375

Please sign in to comment.