Skip to content

Commit

Permalink
chor(deps): update dependencies
Browse files Browse the repository at this point in the history
- php 8.3.6 -> 8.3.9
- composer 2.7.4 -> 2.7.7
- datadog 0.99.1 -> 1.1.0
  • Loading branch information
jindraj committed Jul 8, 2024
1 parent 3ad4212 commit 5a69a3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
- '**'

env:
php_version: 8.3.6
php_version: 8.3.9
unit_version: 1.32.1-1
composer_version: 2.7.4
datadog_version: 0.99.1
composer_version: 2.7.7
datadog_version: 1.1.0
xdebug_version: 3.3.2

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PHP_VERSION=8.3.6
ARG PHP_VERSION=8.3.9
ARG UNIT_VERSION=1.32.1-1
ARG COMPOSER_VERSION=2.7.4
ARG COMPOSER_VERSION=2.7.7

FROM php:${PHP_VERSION}-cli AS builder

Expand Down

0 comments on commit 5a69a3d

Please sign in to comment.