From fa9fd6b0f94144938a472e917c71b399178e5945 Mon Sep 17 00:00:00 2001 From: Klaus Purer Date: Thu, 21 Sep 2023 11:41:40 +0200 Subject: [PATCH] test(github): Test on latest Drupal 10.1 --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e90e3ce6a..12b07661c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -19,11 +19,11 @@ jobs: include: # Extra runs to also test on latest Drupal 10. - php-versions: '8.1' - drupal-core: '10.0.x' + drupal-core: '10.1.x' phpstan: '0' # We only need to run PHPStan once on the latest PHP version. - php-versions: '8.2' - drupal-core: '10.0.x' + drupal-core: '10.1.x' phpstan: '1' steps: - name: Checkout Drupal core