Skip to content

Update Dockerfile to use PHP_VERSION instead of BUILD_VERSION #8

Update Dockerfile to use PHP_VERSION instead of BUILD_VERSION

Update Dockerfile to use PHP_VERSION instead of BUILD_VERSION #8

Workflow file for this run

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