Skip to content

actions: remove 1.40, add 1.42 #184

actions: remove 1.40, add 1.42

actions: remove 1.40, add 1.42 #184

Workflow file for this run

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