Commit fe2aa37a authored by Thibaud-Vdb's avatar Thibaud-Vdb
Browse files

Merge branch '580-update-phpdocumentor' into 'latest'

Resolve "[Update] - phpdocumentor"

Closes #580

See merge request r2devops/hub!357
parents b75e0467 7fcb6e7d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.2.2] - 2022-15-18
* Update docker image to phpdoc/phpdoc:3.3

## [0.2.1] - 2021-03-04
* Enable `artifact:expose_as` option to display job result in merge request

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Build a complete HTML documentation based on a PHP Project using [DocBlocks](htt

* Job name: `phpdocumentor`
* Docker image:
[`phpdoc/phpdoc:3.1`](https://hub.docker.com/r/phpdoc/phpdoc){:target="_blank"}
[`phpdoc/phpdoc:3.3`](https://hub.docker.com/r/phpdoc/phpdoc){:target="_blank"}
* Default stage: `build`
* When: `always`

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ stages:

phpdocumentor:
    image:
      name: phpdoc/phpdoc:3.1
      name: phpdoc/phpdoc:3.3
      entrypoint: [""]
    stage: build
    variables: