Skip to content

Commit

Permalink
Workflows: Run PHP unit tests also against current WP - 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jan 9, 2023
1 parent 9452534 commit 3afff6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ jobs:
- '8.1'
- '8.2'
multisite: [false, true]
wordpress: ['WordPress/WordPress']
include:
- php: '7.4'
wordpress: 'WordPress/WordPress#6.0-branch'

env:
WP_ENV_PHP_VERSION: ${{ matrix.php }}
WP_ENV_CORE: ${{ matrix.wordpress }}

steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
Expand Down

0 comments on commit 3afff6a

Please sign in to comment.