From 2c3b7a762eaa9d5f23a333fc2a0709b252421788 Mon Sep 17 00:00:00 2001 From: "Shao Yu-Lung (Allen)" Date: Wed, 17 Mar 2021 18:16:54 +0800 Subject: [PATCH] build all --- .github/workflows/main-ci.yml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 42734fad..ad44a60a 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -14,8 +14,7 @@ jobs: strategy: fail-fast: false matrix: - # php_version: ["7.2", "7.3", "7.4", "8.0"] - php_version: ["8.0"] + php_version: ["7.2", "7.3", "7.4", "8.0"] service: [php-fpm, php-worker, workspace, laravel-horizon] steps: - uses: actions/checkout@v2 @@ -41,17 +40,17 @@ jobs: sed -i -- 's/IONCUBE=true/IONCUBE=false/g' .env docker-compose build ${{ matrix.service }} - # build-other: - # runs-on: ubuntu-latest - # strategy: - # matrix: - # service: ['nginx', 'redis', 'mysql', 'mariadb', 'percona', 'minio', 'mongo'] - # steps: - # - uses: actions/checkout@v2 - # - name: Build the Docker image - # run: | - # cp env-example .env - # sed -i -- 's/=false/=true/g' .env - # sed -i -- 's/CHANGE_SOURCE=true/CHANGE_SOURCE=false/g' .env - # sed -i -- 's/PHPDBG=true/PHPDBG=false/g' .env - # docker-compose build ${{ matrix.service }} + build-other: + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + service: ['nginx', 'redis', 'mysql', 'mariadb', 'percona', 'minio', 'mongo'] + steps: + - uses: actions/checkout@v2 + - name: Build the Docker image + run: | + cp env-example .env + sed -i -- 's/=false/=true/g' .env + sed -i -- 's/CHANGE_SOURCE=true/CHANGE_SOURCE=false/g' .env + docker-compose build ${{ matrix.service }}