Skip to content

Commit

Permalink
chore: re-enable pcov image for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
le0m committed Dec 5, 2024
1 parent 69c38bd commit 7b1a6db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: 'docker pull localhost:5000/chialab/php-dev:${{ matrix.version }}${{ matrix.flavor }} && make -C dev test'

- name: Build PCOV image for testing
if: ${{ matrix.version >= 7.1 && matrix.version < 8.4 }}
if: ${{ matrix.version >= 7.1 }}
uses: docker/build-push-action@v5
with:
cache-to: type=inline
Expand All @@ -88,7 +88,7 @@ jobs:
push: true

- name: Test PCOV image
if: ${{ matrix.version >= 7.1 && matrix.version < 8.4 }}
if: ${{ matrix.version >= 7.1 }}
env:
REGISTRY: localhost:5000/
VERSION: ${{ matrix.version }}${{ matrix.flavor }}
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
push: true

- name: Build PCOV image and push to registry
if: ${{ matrix.version >= 7.1 && matrix.version < 8.4 }}
if: ${{ matrix.version >= 7.1 }}
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 7b1a6db

Please sign in to comment.