feat: add symfony
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-09 22:33:19 +01:00
parent a7c1bebc66
commit 280ff68c62
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 6 additions and 4 deletions

View file

@ -1,10 +1,10 @@
matrix:
PHP_VERSION:
- 7.1
- 7.3
- 7.4
- 8.0
- 8.1
- 8.0
- 7.4
- 7.3
- 7.1
pipeline:
build_gitnet:

View file

@ -15,4 +15,5 @@ RUN apt-get update \
&& apt-get clean
RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \
&& apt-get update \
&& apt-get install -y symfony-cli

View file

@ -15,4 +15,5 @@ RUN apt-get update \
&& apt-get clean
RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash \
&& apt-get update \
&& apt-get install -y symfony-cli