From 4af6a2ad9d664ef834f919f3e8baf4f9e3c12edf Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Wed, 11 Oct 2023 02:00:00 +0800 Subject: [PATCH] ci(next): add Drupal 10.1 to CI test matrix Fixes #547 --- .github/workflows/next.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index c46b9101..b253f438 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -13,14 +13,9 @@ jobs: strategy: matrix: # Supported PHP versions: https://www.drupal.org/docs/getting-started/system-requirements/php-requirements - php: ["8.0", "8.1", "8.2"] + php: ["8.1", "8.2"] # Supported Drupal versions: https://www.drupal.org/project/drupal - drupal: ["9.5", "10.0"] - exclude: - - drupal: "9.5" - php: "8.2" - - drupal: "10.0" - php: "8.0" + drupal: ["10.0", "10.1"] name: Drupal ${{ matrix.drupal }} - PHP ${{ matrix.php }} services: mysql: