Unverified Commit fa8b191d authored by Klaus Purer's avatar Klaus Purer Committed by GitHub
Browse files

test(github): Test on latest Drupal 10.1 (#1361)

parent bb2f0c04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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