From 3ed7e2e64c93fef6777d643117fcbdd0cd33f96f Mon Sep 17 00:00:00 2001 From: Juerg Hunziker Date: Sun, 19 Nov 2023 22:09:19 +0100 Subject: [PATCH] add further wp versions to github action --- .github/workflows/lint-test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test-deploy.yml b/.github/workflows/lint-test-deploy.yml index 22a8e2ee..cd1fdea0 100644 --- a/.github/workflows/lint-test-deploy.yml +++ b/.github/workflows/lint-test-deploy.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: - wp: [ '6.2', '6.3', '6.4' ] + wp: [ '5.7', '5.8', '5.9', '6.0', '6.1', '6.2', '6.3', '6.4' ] steps: - uses: actions/checkout@v3