From 6cfa6e80fbc0abe08529dd1d24c5e1e79dcd898f Mon Sep 17 00:00:00 2001 From: meng Date: Fri, 15 Mar 2024 11:30:25 +0800 Subject: [PATCH] 88888 --- .github/workflows/docker-image.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 472bb47..396882b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,15 +17,10 @@ env: jobs: build: - name: Build PHP ${{ matrix.php-version }} - runs-on: ${{ matrix.os }} + name: Build PHP 8.0 + runs-on: ubuntu-latest env: - PHP_CLI_VERSION: ${{ matrix.php-version }}-cli-alpine - strategy: - matrix: - os: [ ubuntu-latest ] - php-version: ['8.0'] - max-parallel: 8 + PHP_CLI_VERSION: 8.0-cli-alpine steps: - name: Login to Git Docker Hub # https://github.com/docker/login-action#docker-hub