Update php Docker tag to v8.4

This commit is contained in:
Renovate Bot 2024-11-26 00:00:46 +00:00 committed by trizz
parent 4b5489d1c8
commit a7cf04051e

View File

@ -9,28 +9,28 @@ steps:
- composer install
- name: phpstan
image: php:8.3
image: php:8.4
depends_on:
- install
commands:
- vendor/bin/phpstan analyse
- name: rector
image: php:8.3
image: php:8.4
depends_on:
- install
commands:
- vendor/bin/rector process --dry-run
- name: pest
image: php:8.3
image: php:8.4
depends_on:
- install
commands:
- vendor/bin/pest
- name: style check
image: php:8.3
image: php:8.4
depends_on:
- install
commands: