Skip to content

Commit

Permalink
Merge branch '8.x-4.x' into test-php-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi authored Sep 21, 2023
2 parents 8564790 + fa8b191 commit b6e8d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6e8d9b

Please sign in to comment.