From 2edb139367428249ce04d0e2ed63727003341442 Mon Sep 17 00:00:00 2001 From: "Shao Yu-Lung (Allen)" Date: Wed, 17 Mar 2021 17:30:33 +0800 Subject: [PATCH] focuse php 8 --- .github/workflows/main-ci.yml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index f190bc41..42734fad 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -14,7 +14,8 @@ jobs: strategy: fail-fast: false matrix: - php_version: ["7.2", "7.3", "7.4", "8.0"] + # php_version: ["7.2", "7.3", "7.4", "8.0"] + php_version: ["8.0"] service: [php-fpm, php-worker, workspace, laravel-horizon] steps: - uses: actions/checkout@v2 @@ -40,17 +41,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: + # 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 }}