Update dependencies

This commit is contained in:
2023-12-01 11:04:30 +01:00
parent bdbb32bbbf
commit c5400b78d8
7 changed files with 704 additions and 897 deletions

View File

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