Skip to content

Commit

Permalink
run new symfony script
Browse files Browse the repository at this point in the history
  • Loading branch information
yosrib committed Dec 1, 2024
1 parent 74be488 commit c17611f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.3', '8.4']
php: ['8.2', '8.3', '8.4']
composer: ['2.5']
symfony: ['6.4', '7.0', '7.1', '7.2']
needs: packaging
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ RUN apk add symfony-cli
HEALTHCHECK --interval=5s --timeout=3s --retries=3 CMD symfony check:req || exit 1
# END HEALTHCHECK

RUN new-symfony $DOCKER_WORKING_DIRECTORY

EXPOSE 8000

## Create container user
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Below is the list of all the available images by Symfony and PHP versions:
<td rowspan="3">7.2</td>
<td>8.4</td>
<td>
<code>ghcr.io/devgine/symfony-golden:latest</code>
<code>ghcr.io/devgine/symfony-golden:latest</code><br>
<code>ghcr.io/devgine/symfony-golden:v7.2-php8.4-alpine</code>
</td>
</tr>
Expand Down

0 comments on commit c17611f

Please sign in to comment.