Skip to content

Commit

Permalink
Need to mention wordpress var explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Apr 4, 2023
1 parent 3dd4a46 commit a0e62f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ jobs:
include:
# Test with the previous WP version.
- php: '5.6'
wordpress: ${{ needs.compute-previous-wordpress-version.outputs.previous-wordpress-version }}
- php: '7.4'
wordpress: ${{ needs.compute-previous-wordpress-version.outputs.previous-wordpress-version }}
- php: '8.2'
wordpress: ${{ needs.compute-previous-wordpress-version.outputs.previous-wordpress-version }}

Expand Down

0 comments on commit a0e62f3

Please sign in to comment.