mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
chore: re-enable pcov image for PHP 8.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user