From 495cb75daac4f1912f4b44634e1c0c7deff7f88f Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Mon, 18 Nov 2024 08:08:09 -0500 Subject: [PATCH] Do not test 10.3 and 10.4 due to their deprecation notice --- .github/workflows/lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index b8cf374..6d667fa 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: php-version: ["8.1", "8.2", "8.3"] - drupal-version: ["10.2", "10.3", "10.4", "11.0"] + drupal-version: ["10.2", "11.0"] exclude: - drupal-version: "11.0" php-version: "8.1"