From e56f6935e7edab54293defb249b5b011884ee581 Mon Sep 17 00:00:00 2001 From: Juerg Hunziker Date: Sun, 19 Nov 2023 22:32:09 +0100 Subject: [PATCH] remove older wp versions --- .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 cd1fdea0..22a8e2ee 100644 --- a/.github/workflows/lint-test-deploy.yml +++ b/.github/workflows/lint-test-deploy.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: - wp: [ '5.7', '5.8', '5.9', '6.0', '6.1', '6.2', '6.3', '6.4' ] + wp: [ '6.2', '6.3', '6.4' ] steps: - uses: actions/checkout@v3