close #1369 increase the php-fpm log limit to match AWS Cloudwatch #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Docker images | |
on: | |
pull_request: | |
paths: | |
- runtime/** | |
jobs: | |
publish: | |
name: Testing Runtine PHP 8.0 | |
runs-on: ubuntu-latest | |
env: | |
DOCKER_BUILDKIT: 1 | |
COMPOSE_DOCKER_CLI_BUILD: 1 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Testing PHP 8.0 | |
run: cd runtime/php80 && make test |