Skip to content

fix(CI) : wrong deps for php 7.3 and 8.2 #1492

fix(CI) : wrong deps for php 7.3 and 8.2

fix(CI) : wrong deps for php 7.3 and 8.2 #1492

Workflow file for this run

name: Docker Image
on:
push:
paths:
- Dockerfile
- .dockerignore
- docker-compose*.yml
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Build a Docker image able to run yeswiki
run: docker build -t yeswiki/server .