diff --git a/.github/workflows/parsely.yml b/.github/workflows/parsely.yml index 1d7e6cb07a..87341a860c 100644 --- a/.github/workflows/parsely.yml +++ b/.github/workflows/parsely.yml @@ -23,8 +23,8 @@ jobs: matrix: config: # Oldest version of the parsely plugin - - { wp: latest, parsely: '3.5', mode: 'filter_enabled', php: '8.1' } - - { wp: latest, parsely: '3.5', mode: 'filter_disabled', php: '8.1' } + - { wp: latest, parsely: '3.15', mode: 'filter_enabled', php: '8.1' } + - { wp: latest, parsely: '3.15', mode: 'filter_disabled', php: '8.1' } # Latest version of the parsely plugin - { wp: latest, mode: 'filter_enabled', php: '8.1' }