diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09c01d2..69d6d8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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