Skip to content

Commit fa8b191

Browse files
authored
test(github): Test on latest Drupal 10.1 (#1361)
1 parent bb2f0c0 commit fa8b191

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
include:
2020
# Extra runs to also test on latest Drupal 10.
2121
- php-versions: '8.1'
22-
drupal-core: '10.0.x'
22+
drupal-core: '10.1.x'
2323
phpstan: '0'
2424
# We only need to run PHPStan once on the latest PHP version.
2525
- php-versions: '8.2'
26-
drupal-core: '10.0.x'
26+
drupal-core: '10.1.x'
2727
phpstan: '1'
2828
steps:
2929
- name: Checkout Drupal core

0 commit comments

Comments
 (0)