Skip to content

Commit

Permalink
Update hgiesenow/php Docker tag to v8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2023
1 parent 81fa509 commit 986cc67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ orbs:
jobs:
build:
docker:
- image: 'hgiesenow/php:8.1'
- image: 'hgiesenow/php:8.2'
steps:
- checkout
- run: 'composer install --dev'
Expand All @@ -19,7 +19,7 @@ jobs:
paths: 'vendor'
phpunit:
docker:
- image: 'hgiesenow/php:8.1'
- image: 'hgiesenow/php:8.2'
steps:
- checkout
- attach_workspace:
Expand All @@ -31,7 +31,7 @@ jobs:
file: 'build/clover.xml'
php-cs-fixer:
docker:
- image: 'hgiesenow/php:8.1'
- image: 'hgiesenow/php:8.2'
steps:
- checkout
- attach_workspace:
Expand All @@ -40,7 +40,7 @@ jobs:
- run: 'vendor/bin/php-cs-fixer fix --diff --dry-run tests'
psalm:
docker:
- image: 'hgiesenow/php:8.1'
- image: 'hgiesenow/php:8.2'
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 986cc67

Please sign in to comment.