Skip to content

Commit

Permalink
Update cimg/php Docker tag to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 06d05af commit 62f7471
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,47 +6,47 @@ version: 2
jobs:
php71:
docker:
- image: cimg/php:7.1
- image: cimg/php:8.4
steps:
- checkout
- run: php -v
- run: composer install --no-interaction
- run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
php72:
docker:
- image: cimg/php:7.2
- image: cimg/php:8.4
steps:
- checkout
- run: php -v
- run: composer install --no-interaction
- run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
php73:
docker:
- image: cimg/php:7.3
- image: cimg/php:8.4
steps:
- checkout
- run: php -v
- run: composer install --no-interaction
- run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
php74:
docker:
- image: cimg/php:7.4
- image: cimg/php:8.4
steps:
- checkout
- run: php -v
- run: composer install --no-interaction
- run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
php80:
docker:
- image: cimg/php:8.0
- image: cimg/php:8.4
steps:
- checkout
- run: php -v
- run: composer install --no-interaction
- run: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
php81:
docker:
- image: cimg/php:8.1
- image: cimg/php:8.4
steps:
- checkout
- run: php -v
Expand Down

0 comments on commit 62f7471

Please sign in to comment.