Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 2a7bca8

Browse files
Update dependency cimg/php to v8.1
1 parent daaa87c commit 2a7bca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ version: 2
66
jobs:
77
php74:
88
docker:
9-
- image: cimg/php:7.4
9+
- image: cimg/php:8.1
1010
steps:
1111
- checkout
1212
- run: php -v
1313
- run: composer install --no-interaction
1414
- run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
1515
php80:
1616
docker:
17-
- image: cimg/php:8.0
17+
- image: cimg/php:8.1
1818
steps:
1919
- checkout
2020
- run: php -v

0 commit comments

Comments
 (0)