Skip to content

Commit

Permalink
ci: set WP minimum to 5.3 for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Apr 9, 2024
1 parent 33c6e97 commit ad405d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-integration.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
- wordpress: '5.9'
php: '7.3'
# Minimum plugin requirement:
- wordpress: '5.2' # Earlier docker builds are broken.
- wordpress: '5.3' # Earlier docker builds are broken.
php: '7.3' # Our build script requires PHP 7.3+.

steps:
Expand Down

0 comments on commit ad405d6

Please sign in to comment.