Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yosrib committed May 31, 2023
1 parent a19fb43 commit 84195a7
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,20 @@ List of docker images available by Symfony and PHP versions:
</tr>
</thead>
<tbody>
<tr>
<td>7.0</td>
<td>8</td>
<td><i>Waiting for the version release</i></td>
</tr>
<tr>
<td>6.4</td>
<td>8</td>
<td><i>Waiting for the version release</i></td>
</tr>
<tr>
<td rowspan="3">6.3</td>
<td>8.3</td>
<td><i>Coming soon</i></td>
<td><i>Waiting for the version release</i></td>
</tr>
<tr>
<td>8.2</td>
Expand All @@ -37,7 +47,7 @@ List of docker images available by Symfony and PHP versions:
<tr>
<td rowspan="3">6.2</td>
<td>8.3</td>
<td><i>Coming soon</i></td>
<td><i>Waiting for the version release</i></td>
</tr>
<tr>
<td>8.2</td>
Expand All @@ -50,7 +60,7 @@ List of docker images available by Symfony and PHP versions:
<tr>
<td rowspan="3">6.1</td>
<td>8.3</td>
<td><i>Coming soon</i></td>
<td><i>Waiting for the version release</i></td>
</tr>
<tr>
<td>8.2</td>
Expand All @@ -63,7 +73,7 @@ List of docker images available by Symfony and PHP versions:
<tr>
<td rowspan="7">5.4</td>
<td>8.3</td>
<td><i>Coming soon</i></td>
<td><i>Waiting for the version release</i></td>
</tr>
<tr>
<td>8.2</td>
Expand Down Expand Up @@ -124,3 +134,8 @@ services:
volumes:
- '.:/var/www/symfony'
```
## References
* [Symfony releases](https://symfony.com/releases)
* [PHP releases](https://www.php.net/supported-versions.php)

0 comments on commit 84195a7

Please sign in to comment.