Skip to content

Merge pull request #16457 from phalcon/5.0.x #81

Merge pull request #16457 from phalcon/5.0.x

Merge pull request #16457 from phalcon/5.0.x #81

Workflow file for this run

name: Build Dockerfiles
on:
push:
paths:
- 'docker/**'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
name: Build Dockerfile PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v3
- name: Build Dockerfile
run: docker build docker/${{ matrix.php }}