File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php-versions : ['8.1 ']
17
- drupal-release : ['stable ']
16
+ php-versions : ['8.3 ']
17
+ drupal-release : ['alpha ']
18
18
composer-channel : ['stable']
19
19
include :
20
- - php-versions : ' 8.1 '
20
+ - php-versions : ' 8.3 '
21
21
drupal-release : dev
22
22
composer-channel : stable
23
- - php-versions : ' 8.1 '
24
- drupal-release : stable
23
+ - php-versions : ' 8.3 '
24
+ drupal-release : alpha
25
25
composer-channel : snapshot
26
26
steps :
27
27
- name : Dump matrix context
62
62
63
63
- run : until curl -s $SIMPLETEST_BASE_URL; do true; done > /dev/null
64
64
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
-
70
65
- name : Run a single unit test to verify the testing setup.
71
66
run : ./vendor/bin/phpunit -c ./web/core ./web/core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
72
67
Original file line number Diff line number Diff line change 19
19
"php" : " >=8.1" ,
20
20
"composer/installers" : " ^2.1" ,
21
21
"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 " ,
24
24
"drush/drush" : " ^12.4.3" ,
25
25
"vlucas/phpdotenv" : " ^5.1" ,
26
26
"webflo/drupal-finder" : " ^1.2"
27
27
},
28
28
"require-dev" : {
29
- "drupal/core-dev" : " ^10.2.0 "
29
+ "drupal/core-dev" : " ^11@alpha "
30
30
},
31
31
"conflict" : {
32
32
"drupal/drupal" : " *"
You can’t perform that action at this time.
0 commit comments