Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ The PHP template uses some global configuration used throughout all jobs. | Name | description | default value | | --------------------- | -------------------------------------- | ----------------- | | `PHP_IMAGE` | The Docker image used to run PHP. **It is highly recommended to set the specific version your project needs** | `php:latest` | | `PHP_IMAGE` | The Docker image used to run PHP <br/>:warning: **set the version required by your project** | `php:latest` | | `PHP_PROJECT_DIR` | The PHP project root directory | `.` | ## Managing PHP extensions Loading Loading @@ -120,6 +120,6 @@ More info: * [test coverage & execution parameters](https://docs.sonarqube.org/latest/analysis/coverage/) * [third-party issues](https://docs.sonarqube.org/latest/analysis/external-issues/) ## Gitlab compatibility ## GitLab compatibility :information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11 kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ "variables": [ { "name": "PHP_IMAGE", "description": "The Docker image used to run PHP - **it is highly recommended to set the specific version your project needs**", "description": "The Docker image used to run PHP - **set the version required by your project**", "default": "php:latest" }, { Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ The PHP template uses some global configuration used throughout all jobs. | Name | description | default value | | --------------------- | -------------------------------------- | ----------------- | | `PHP_IMAGE` | The Docker image used to run PHP. **It is highly recommended to set the specific version your project needs** | `php:latest` | | `PHP_IMAGE` | The Docker image used to run PHP <br/>:warning: **set the version required by your project** | `php:latest` | | `PHP_PROJECT_DIR` | The PHP project root directory | `.` | ## Managing PHP extensions Loading Loading @@ -120,6 +120,6 @@ More info: * [test coverage & execution parameters](https://docs.sonarqube.org/latest/analysis/coverage/) * [third-party issues](https://docs.sonarqube.org/latest/analysis/external-issues/) ## Gitlab compatibility ## GitLab compatibility :information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11
kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ "variables": [ { "name": "PHP_IMAGE", "description": "The Docker image used to run PHP - **it is highly recommended to set the specific version your project needs**", "description": "The Docker image used to run PHP - **set the version required by your project**", "default": "php:latest" }, { Loading