Skip to content

Commit 0734d1b

Browse files
author
Анатолий Нехай
committed
update .circleci/config.yml
1 parent 55689ae commit 0734d1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ jobs:
4444
- run: php -v
4545
- run: composer install --no-interaction
4646
- run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
47+
php81:
48+
docker:
49+
- image: circleci/php:8.1-cli-node-browsers
50+
steps:
51+
- checkout
52+
- run: php -v
53+
- run: composer install --no-interaction
54+
- run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
4755
workflows:
4856
version: 2
4957
build:
@@ -53,3 +61,4 @@ workflows:
5361
- php73
5462
- php74
5563
- php80
64+
- php81

0 commit comments

Comments
 (0)