Skip to content

Commit

Permalink
Fix matrix for EP.io
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Oct 12, 2023
1 parent 802f8a2 commit 29ba339
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 @@ -112,8 +112,8 @@ jobs:
matrix:
testGroup: ['@slow', '-@slow']
core:
- {name: 'WP latest', version: 'latest'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.0'}
- {name: 'WP latest', version: '', wcVersion: ''}
- {name: 'WP minimum', version: '6.0', wcVersion: '6.0.0'}

steps:
- name: Checkout
Expand Down

0 comments on commit 29ba339

Please sign in to comment.