chore: re-enable pcov image for PHP 8.4

This commit is contained in:
le0m
2024-12-05 14:29:58 +01:00
parent 69c38bd56c
commit 7b1a6db706
+3 -3
View File
@@ -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
@@ -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 }}
@@ -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