Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen0x7 authored Jan 6, 2025
1 parent 8ed6204 commit 609c610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -32,4 +32,4 @@ jobs:
tags: iantorres/php:${{ matrix.version }}-${{ matrix.variant }}
build-args: |
PHP_VERSION=${{ matrix.version }}
PHP_VARIANT=${{ matrix.variant }}
PHP_VARIANT=${{ matrix.variant }}

0 comments on commit 609c610

Please sign in to comment.