Skip to content

Commit 699a479

Browse files
committed
tests(github): Switch testing to Drupal core 9.2.x (drupal-graphql#1215)
1 parent f10b864 commit 699a479

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php-versions: ['7.3', '7.4', '8.0']
17-
drupal-core: ['9.1.x']
17+
drupal-core: ['9.2.x']
1818
include:
1919
# Extra run to also test on latest Drupal 8 and PHP 7.2.
2020
- php-versions: '7.2'

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ parameters:
4343
#^Call to deprecated method toInt\\(\\) of class Drupal\\\\Component\\\\Utility\\\\Bytes\\:
4444
in drupal\\:9\\.1\\.0 and is removed from drupal\\:10\\.0\\.0\\. Use \\\\Drupal\\\\Component\\\\Utility\\\\Bytes\\:\\:toNumber\\(\\) instead$#
4545
"""
46+
- """
47+
#^Call to deprecated function file_munge_filename\\(\\)#
48+
"""
4649
# Drupal allows object property access to custom fields, so we cannot fix
4750
# that.
4851
- "#^Property Drupal\\\\.+ \\(Drupal\\\\Core\\\\Field\\\\FieldItemListInterface\\) does not accept .+\\.$#"

0 commit comments

Comments
 (0)