bump CI jobs & utility scripts to php83

This commit is contained in:
Andrew Dolgov
2023-12-10 09:36:09 +03:00
parent 4b3cf17d8d
commit 14ad8b21d5
4 changed files with 16 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/sh
docker run --rm -v $(pwd):/app \
--workdir /app registry.fakecake.org/ci/php8.2-alpine:3.18 php82 -d memory_limit=-1 ./vendor/bin/phpunit --exclude integration
--workdir /app registry.fakecake.org/infra/php8.3-alpine:3.19 \
php83 -d memory_limit=-1 ./vendor/bin/phpunit --exclude integration