Skip to content

Commit 9dc0e61

Browse files
Bump drupal core version to 9.3 (#204)
1 parent 8c128ae commit 9dc0e61

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,8 @@ jobs:
3434
- "8.1"
3535
drupal-core:
3636
# Should update the following as the minimum supported version from Drupal.org
37-
- "9.2.x"
3837
- "9.3.x"
3938
- "9.4.x"
40-
exclude:
41-
- php-version: "8.1"
42-
drupal-core: "9.2.x"
4339

4440
steps:
4541

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"require-dev": {
1414
"cweagans/composer-patches": "^1.6",
15-
"drupal/core-dev": "^9.2.13",
15+
"drupal/core-dev": "^9.3",
1616
"drush/drush": "^9.0 || ^10.0",
1717
"mglaman/drupal-check": "^1.3",
1818
"phpmd/phpmd": "^2.8.2",

0 commit comments

Comments
 (0)