Skip to content

Commit

Permalink
Bump minimum to WP 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Jan 13, 2025
1 parent 87a1b74 commit 0d6953f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
esVersion: ['7.10.1', '8.12.2']
core:
- {name: 'WP latest', version: ''}
- {name: 'WP minimum', version: '5.6'}
- {name: 'WP minimum', version: '6.0'}

steps:
- name: Checkout
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
matrix:
core:
- {name: 'WP latest', version: ''}
- {name: 'WP minimum', version: '5.6'}
- {name: 'WP minimum', version: '6.0'}

steps:
- name: Checkout
Expand Down

0 comments on commit 0d6953f

Please sign in to comment.