Skip to content

Commit 483f9fb

Browse files
committedJun 4, 2024·
Added alpha testing.
1 parent a28258f commit 483f9fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
matrix:
2323
php-versions: ['8.3']
24-
drupal-release: ['beta', 'dev']
24+
drupal-release: ['alpha', 'beta', 'dev']
2525
composer-channel: ['stable', 'snapshot']
2626

2727
steps:

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"require": {
1313
"composer/installers": "^2.1",
1414
"cweagans/composer-patches": "^1.7",
15-
"drupal/core-composer-scaffold": "^11@beta",
16-
"drupal/core-recommended": "^11@beta",
15+
"drupal/core-composer-scaffold": "^11@alpha",
16+
"drupal/core-recommended": "^11@alpha",
1717
"drush/drush": "^13@beta",
1818
"oomphinc/composer-installers-extender": "^2.0",
1919
"vlucas/phpdotenv": "^5.1",
2020
"webflo/drupal-finder": "^1.2"
2121
},
2222
"require-dev": {
23-
"drupal/core-dev": "^11@beta",
23+
"drupal/core-dev": "^11@alpha",
2424
"ergebnis/composer-normalize": "^2.42"
2525
},
2626
"conflict": {

0 commit comments

Comments
 (0)
Please sign in to comment.