Skip to content

Commit

Permalink
chore: PHP 8.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
zembrowski committed Nov 25, 2024
1 parent cc1e7c5 commit 54516d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
tag: [ '8.1', '8.2', '8.3', '8.4-rc', 'latest' ]
tag: [ '8.1', '8.2', '8.3', '8.4', 'latest' ]
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A custom image for CI Pipelines to install dependencies, run tests and deploy co
Based on the currently supported stable PHP CLI Alpine ([cli-alpine](https://github.com/docker-library/docs/blob/master/php/README.md#supported-tags-and-respective-dockerfile-links)).

Features:
- PHP 8.4-rc / PHP 8.3 / PHP 8.2 / PHP 8.1 (based on [tags](https://hub.docker.com/repository/docker/rechtlogisch/deployer/tags))
- PHP 8.4 / PHP 8.3 / PHP 8.2 / PHP 8.1 (based on [tags](https://hub.docker.com/repository/docker/rechtlogisch/deployer/tags))
- [Composer 2](https://getcomposer.org/)
- [Deployer 7](https://deployer.org/)
- Very small size
Expand Down

0 comments on commit 54516d2

Please sign in to comment.