Skip to content

Commit 930b06d

Browse files
authored
Updated to Drupal 11 alpha. (#638)
* Updated to Drupal 11. * Updated CI to support Drupal 11.
1 parent a6d9327 commit 930b06d

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: ['8.1']
17-
drupal-release: ['stable']
16+
php-versions: ['8.3']
17+
drupal-release: ['alpha']
1818
composer-channel: ['stable']
1919
include:
20-
- php-versions: '8.1'
20+
- php-versions: '8.3'
2121
drupal-release: dev
2222
composer-channel: stable
23-
- php-versions: '8.1'
24-
drupal-release: stable
23+
- php-versions: '8.3'
24+
drupal-release: alpha
2525
composer-channel: snapshot
2626
steps:
2727
- name: Dump matrix context
@@ -62,11 +62,6 @@ jobs:
6262

6363
- run: until curl -s $SIMPLETEST_BASE_URL; do true; done > /dev/null
6464

65-
# https://www.drupal.org/project/drupal/issues/3182653
66-
# https://www.drupal.org/node/3176567
67-
- if: ${{ matrix.php-versions == '8.1' }}
68-
run: composer require phpspec/prophecy-phpunit:^2
69-
7065
- name: Run a single unit test to verify the testing setup.
7166
run: ./vendor/bin/phpunit -c ./web/core ./web/core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
7267

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"php": ">=8.1",
2020
"composer/installers": "^2.1",
2121
"cweagans/composer-patches": "^1.7",
22-
"drupal/core-composer-scaffold": "^10.2.0",
23-
"drupal/core-recommended": "^10.2.0",
22+
"drupal/core-composer-scaffold": "^11@alpha",
23+
"drupal/core-recommended": "^11@alpha",
2424
"drush/drush": "^12.4.3",
2525
"vlucas/phpdotenv": "^5.1",
2626
"webflo/drupal-finder": "^1.2"
2727
},
2828
"require-dev": {
29-
"drupal/core-dev": "^10.2.0"
29+
"drupal/core-dev": "^11@alpha"
3030
},
3131
"conflict": {
3232
"drupal/drupal": "*"

0 commit comments

Comments
 (0)