We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d1e8b commit 7ed1e4fCopy full SHA for 7ed1e4f
.github/workflows/ci.yml
@@ -13,14 +13,14 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- php-versions: ['7.4', '8.0']
+ php-versions: ['7.4', '8.1']
17
drupal-release: ['stable']
18
composer-channel: ['stable']
19
include:
20
- - php-versions: '8.0'
+ - php-versions: '8.1'
21
drupal-release: dev
22
composer-channel: stable
23
24
drupal-release: stable
25
composer-channel: snapshot
26
steps:
@@ -64,7 +64,7 @@ jobs:
64
65
# https://www.drupal.org/project/drupal/issues/3182653
66
# https://www.drupal.org/node/3176567
67
- - if: ${{ matrix.php-versions == '7.4' }} || ${{ matrix.php-versions == '8.0' }}
+ - if: ${{ matrix.php-versions == '7.4' }} || ${{ matrix.php-versions == '8.1' }}
68
run: composer require phpspec/prophecy-phpunit:^2
69
70
- name: Run a single unit test to verfiy the testing setup.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments