mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
fix: only build PCOV images for PHP 7.1+
This commit is contained in:
@@ -170,6 +170,7 @@ jobs:
|
||||
push: true
|
||||
|
||||
- name: Build PCOV image (amd64 only) and push to registry
|
||||
if: ${{ matrix.version >= 7.1 }}
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
cache-to: type=inline
|
||||
|
||||
Reference in New Issue
Block a user