From 609c610939070432e57f82d1d055cd0720288598 Mon Sep 17 00:00:00 2001 From: Ian Torres Date: Mon, 6 Jan 2025 00:13:55 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de98a20..7648259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: docker: strategy: matrix: - version: [8.1, 8.2, 8.3, 8.4] + version: [8.1, 8.2, 8.3] variant: [debug, release] runs-on: ubuntu-latest steps: @@ -32,4 +32,4 @@ jobs: tags: iantorres/php:${{ matrix.version }}-${{ matrix.variant }} build-args: | PHP_VERSION=${{ matrix.version }} - PHP_VARIANT=${{ matrix.variant }} \ No newline at end of file + PHP_VARIANT=${{ matrix.variant }}