Skip to content

drop the EOL mediawiki 1.35 #165

drop the EOL mediawiki 1.35

drop the EOL mediawiki 1.35 #165

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 }}