Skip to content

Commit 47d7cf8

Browse files
committed
Update testing matrix
1 parent 945f959 commit 47d7cf8

File tree

1 file changed

+14
-34
lines changed

1 file changed

+14
-34
lines changed

.github/workflows/coding-standards-check.yml

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,51 +14,31 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
drupal-core: ['9.4.x', '9.5.x', '10.0.x', '10.1.x', '10.2.x']
18-
php-version: ['8.0', '8.1', '8.2']
19-
mariadb-version: ['10.4', '10.6']
17+
drupal-core: ['10.4.x', '11.0.x', '11.1.x']
18+
php-version: ['8.2', '8.3']
19+
mariadb-version: ['10.4', '10.5', '10.6', '10.7']
2020
exclude:
2121
-
22-
drupal-core: '9.4.x'
23-
php-version: '8.2'
24-
mariadb-version: '10.4'
22+
drupal-core: '10.4.x'
23+
mariadb-version: '10.7'
2524
-
26-
drupal-core: '9.4.x'
25+
drupal-core: '11.0.x'
2726
php-version: '8.2'
28-
mariadb-version: '10.6'
29-
-
30-
drupal-core: '9.5.x'
31-
php-version: '8.2'
32-
mariadb-version: '10.4'
3327
-
34-
drupal-core: '9.5.x'
28+
drupal-core: '11.1.x'
3529
php-version: '8.2'
36-
mariadb-version: '10.6'
3730
-
38-
drupal-core: '10.0.x'
39-
php-version: '8.0'
31+
drupal-core: '11.0.x'
4032
mariadb-version: '10.4'
4133
-
42-
drupal-core: '10.0.x'
43-
php-version: '8.0'
44-
mariadb-version: '10.6'
45-
-
46-
drupal-core: '10.1.x'
47-
php-version: '8.0'
34+
drupal-core: '11.1.x'
4835
mariadb-version: '10.4'
4936
-
50-
drupal-core: '10.1.x'
51-
php-version: '8.0'
52-
mariadb-version: '10.6'
53-
-
54-
drupal-core: '10.2.x'
55-
php-version: '8.0'
56-
mariadb-version: '10.4'
37+
drupal-core: '11.0.x'
38+
mariadb-version: '10.5'
5739
-
58-
drupal-core: '10.2.x'
59-
php-version: '8.0'
60-
mariadb-version: '10.6'
61-
40+
drupal-core: '11.1.x'
41+
mariadb-version: '10.5'
6242
container:
6343
# See https://github.com/tuutti/docker-images/tree/main/drupal/ci
6444
# to see how this image is built.
@@ -133,7 +113,7 @@ jobs:
133113
# Drush is installed.
134114
- name: Install drush
135115
working-directory: ${{ env.DRUPAL_ROOT }}
136-
run: composer require "drush/drush ^11.0 || ^12"
116+
run: composer require "drush/drush ^11.0 || ^12 || ^13"
137117

138118
- name: Install PHPCS
139119
working-directory: ${{ env.DRUPAL_ROOT }}

0 commit comments

Comments
 (0)