Skip to content

Update Dockerfile to install additional dependencies #8

Update Dockerfile to install additional dependencies

Update Dockerfile to install additional dependencies #8

Workflow file for this run

name: php-dev
on:
push:
branches:
- '1.x'
paths:
- 'src/php-dev/**'
- 'src/Dockerfile'
- '.github/workflows/php-dev.yml'
workflow_dispatch:
jobs:
php-dev:
uses: ./.github/workflows/php-build.yml
strategy:
matrix:
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
fail-fast: true
with:
target: php-dev
version: ${{ matrix.php }}
secrets: inherit