From 0db0e48ec309d9554e867917f3a19600a7d9e6ae Mon Sep 17 00:00:00 2001 From: meng Date: Thu, 14 Mar 2024 16:21:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index acdcf4b..8699663 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -12,6 +12,7 @@ jobs: build: name: Build PHP ${{ matrix.php-version }} runs-on: ${{ matrix.os }} + container: catthehacker/ubuntu:act-latest env: PHP_CLI_VERSION: ${{ matrix.php-version }}-cli-alpine strategy: @@ -20,10 +21,6 @@ jobs: php-version: ['8.0'] max-parallel: 8 steps: - - name: Setup node - uses: actions/setup-node@v4 - with: - node-version: 20 - name: Login to Git Docker Hub # https://github.com/docker/login-action#docker-hub uses: docker/login-action@v3