Update php Docker tag to v8.4

This commit is contained in:
Renovate Bot 2024-12-01 10:32:46 +00:00
parent a27e188c9e
commit 0c9fc4f017

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: