Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7ed1e4f

Browse files
committed
Test PHP 7.4 and 8.1
1 parent 61d1e8b commit 7ed1e4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
@@ -64,7 +64,7 @@ jobs:
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.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /