Skip to content

Commit 31498a8

Browse files
authored
test(php): Add PHP 8.1 for testing (#1256)
1 parent 30538b0 commit 31498a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

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

0 commit comments

Comments
 (0)