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 0f36924 commit 60fadfa
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,7 +6,7 @@ version: 2
jobs:
php71:
docker:
- image: cimg/php:7.1
- image: cimg/php:8.4
steps:
- checkout
- run: sudo apt update -y
Expand All @@ -16,7 +16,7 @@ jobs:
- 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: sudo apt update -y
Expand All @@ -26,7 +26,7 @@ jobs:
- 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: sudo apt update -y
Expand All @@ -36,7 +36,7 @@ jobs:
- 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: sudo apt update -y
Expand All @@ -46,15 +46,15 @@ jobs:
- 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 60fadfa

Please sign in to comment.