We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2f0c0 commit fa8b191Copy full SHA for fa8b191
1 file changed
.github/workflows/testing.yml
@@ -19,11 +19,11 @@ jobs:
19
include:
20
# Extra runs to also test on latest Drupal 10.
21
- php-versions: '8.1'
22
- drupal-core: '10.0.x'
+ drupal-core: '10.1.x'
23
phpstan: '0'
24
# We only need to run PHPStan once on the latest PHP version.
25
- php-versions: '8.2'
26
27
phpstan: '1'
28
steps:
29
- name: Checkout Drupal core
0 commit comments