File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php-versions : ['7.4', '8.0 ']
16+ php-versions : ['7.4', '8.1 ']
1717 drupal-release : ['stable']
1818 composer-channel : ['stable']
1919 include :
20- - php-versions : ' 8.0 '
20+ - php-versions : ' 8.1 '
2121 drupal-release : dev
2222 composer-channel : stable
23- - php-versions : ' 8.0 '
23+ - php-versions : ' 8.1 '
2424 drupal-release : stable
2525 composer-channel : snapshot
2626 steps :
6464
6565 # https://www.drupal.org/project/drupal/issues/3182653
6666 # https://www.drupal.org/node/3176567
67- - if : ${{ matrix.php-versions == '7.4' }} || ${{ matrix.php-versions == '8.0 ' }}
67+ - if : ${{ matrix.php-versions == '7.4' }} || ${{ matrix.php-versions == '8.1 ' }}
6868 run : composer require phpspec/prophecy-phpunit:^2
6969
7070 - name : Run a single unit test to verfiy the testing setup.
You can’t perform that action at this time.
0 commit comments