From 3cea1adbd252853f6c7f0f292f95ee453f3cf72b Mon Sep 17 00:00:00 2001 From: Finn Lewis Date: Thu, 25 Apr 2024 15:58:21 +0100 Subject: [PATCH] Update github workflow to test against microsites 4.x. --- .github/workflows/localgov_microsites.yml | 64 ++++++++++------------- 1 file changed, 28 insertions(+), 36 deletions(-) diff --git a/.github/workflows/localgov_microsites.yml b/.github/workflows/localgov_microsites.yml index beb2463..e9abd2e 100644 --- a/.github/workflows/localgov_microsites.yml +++ b/.github/workflows/localgov_microsites.yml @@ -21,15 +21,13 @@ jobs: strategy: fail-fast: false matrix: - include: - - profile-version: '2.1.x' - project-version: '2.x' - drupal-version: '~9.4' - php-version: '8.1' - - profile-version: '3.x' - project-version: '3.x' - drupal-version: '~10.0' - php-version: '8.1' + profile-version: + - '4.x' + drupal-version: + - '~10.0' + php-version: + - '8.1' + - '8.2' steps: @@ -107,15 +105,13 @@ jobs: strategy: fail-fast: false matrix: - include: - - profile-version: '2.1.x' - project-version: '2.x' - drupal-version: '~9.4' - php-version: '8.1' - - profile-version: '3.x' - project-version: '3.x' - drupal-version: '~10.0' - php-version: '8.1' + profile-version: + - '4.x' + drupal-version: + - '~10.0' + php-version: + - '8.1' + - '8.2' steps: @@ -145,15 +141,13 @@ jobs: strategy: fail-fast: false matrix: - include: - - profile-version: '2.1.x' - project-version: '2.x' - drupal-version: '~9.4' - php-version: '8.1' - - profile-version: '3.x' - project-version: '3.x' - drupal-version: '~10.0' - php-version: '8.1' + profile-version: + - '4.x' + drupal-version: + - '~10.0' + php-version: + - '8.1' + - '8.2' steps: @@ -182,15 +176,13 @@ jobs: strategy: fail-fast: false matrix: - include: - - profile-version: '2.1.x' - project-version: '2.x' - drupal-version: '~9.4' - php-version: '8.1' - - profile-version: '3.x' - project-version: '3.x' - drupal-version: '~10.0' - php-version: '8.1' + profile-version: + - '4.x' + drupal-version: + - '~10.0' + php-version: + - '8.1' + - '8.2' steps: