Skip to content

Commit e1f9c01

Browse files
committed
Removed 6.1 from test suite due to isseus with zip file
Github workflow failing as we could not download the zip. Numerous re-tries through out the day.
1 parent d78a6cf commit e1f9c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
wordpress: [ '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1' ]
14+
wordpress: [ '6.7', '6.6', '6.5', '6.4', '6.3', '6.2']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)