Skip to content

Commit

Permalink
chore(deps): upgrade composer to 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jan 5, 2025
1 parent d04fcdd commit 75933b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
php_version: 8.4.2
unit_version: 1.34.0
composer_version: 2.8.3
composer_version: 2.8.4
datadog_version: 1.5.1
xdebug_version: 3.4.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PHP_VERSION=8.4.2
ARG UNIT_VERSION=1.34.0
ARG COMPOSER_VERSION=2.8.3
ARG COMPOSER_VERSION=2.8.4

FROM php:${PHP_VERSION}-cli AS builder

Expand Down

0 comments on commit 75933b4

Please sign in to comment.