Skip to content

Add mysql-client to earlier installation step in Dockerfile #6

Add mysql-client to earlier installation step in Dockerfile

Add mysql-client to earlier installation step in Dockerfile #6

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