Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Nov 29, 2023
1 parent 30c9689 commit 1b7e9c4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# laravel-docker

🐳 Generic docker image for Laravel Applications

[![Docker Badge](https://img.shields.io/docker/pulls/lorisleiva/laravel-docker)](https://hub.docker.com/r/lorisleiva/laravel-docker/)


| Tags | PHP version | Features |
|--------|-------------| - |
| 8.1 | 8.1 | βœ… Everything. |
| 8.2 | 8.2 | βœ… Everything. |
| 8.3 | 8.3 | βœ… Everything. |
| stable | **8.3** | πŸ”— Aliases the latest stable version of PHP that supports all features of this docker image. |
| Tags | PHP version | Features |
| ------ | ----------- | --------------------------------------------------------------------------------------------------------------- |
| 8.1 | 8.1 | βœ… Everything. |
| 8.2 | 8.2 | βœ… Everything. |
| 8.3 | 8.3 | ⚠️ Everything but using `xdebug-beta` instead of `xdebug-stable`. |
| stable | **8.2** | πŸ”— Aliases the latest stable version of PHP that supports all features of this docker image. |
| latest | **8.3** | πŸ”— Aliases the latest stable version of PHP available (even if that version does not support all features yet). |

#### Use within your GitLab's pipelines.
* [Run test suite and check codestyle](http://lorisleiva.com/using-gitlabs-pipeline-with-laravel/)
* [Build, test and deploy your Laravel application](http://lorisleiva.com/laravel-deployment-using-gitlab-pipelines/)

- [Run test suite and check codestyle](http://lorisleiva.com/using-gitlabs-pipeline-with-laravel/)
- [Build, test and deploy your Laravel application](http://lorisleiva.com/laravel-deployment-using-gitlab-pipelines/)

0 comments on commit 1b7e9c4

Please sign in to comment.