From 54516d2013d9db69c7074fa7ba5a43e5b8f1373d Mon Sep 17 00:00:00 2001 From: Krzysztof Tomasz Zembrowski Date: Mon, 25 Nov 2024 10:58:39 +0100 Subject: [PATCH] chore: PHP 8.4 stable --- .github/workflows/build-and-publish.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index ecf7942..5c41c04 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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 diff --git a/README.md b/README.md index bce2d0e..a19955c 100644 --- a/README.md +++ b/README.md @@ -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