Skip to content

Commit

Permalink
chore(deps): upgrade PHP to 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Nov 28, 2024
1 parent 5d5acb6 commit e3d9674
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 @@ -7,7 +7,7 @@ on:
- '**'

env:
php_version: 8.3.14
php_version: 8.4.1
unit_version: 1.33.0
composer_version: 2.8.3
datadog_version: 1.5.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.14
ARG PHP_VERSION=8.4.1
ARG UNIT_VERSION=1.33.0
ARG COMPOSER_VERSION=2.8.3

Expand Down

0 comments on commit e3d9674

Please sign in to comment.