Skip to content

Update the used PECL version for Mediawiki 1.42 #183

Update the used PECL version for Mediawiki 1.42

Update the used PECL version for Mediawiki 1.42 #183

Workflow file for this run

name: Docker Build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.39', '1.40', '1.41']
type: [apache, fpm, fpm-alpine]
steps:
- uses: actions/checkout@v4
- run: docker build ./${{ matrix.version }}/${{ matrix.type }}