Skip to content

Commit

Permalink
feat(php): upgrade to PHP 8.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed May 6, 2024
1 parent c800289 commit 3ad4212
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.2.18
php_version: 8.3.6
unit_version: 1.32.1-1
composer_version: 2.7.4
datadog_version: 0.99.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.2.18
ARG PHP_VERSION=8.3.6
ARG UNIT_VERSION=1.32.1-1
ARG COMPOSER_VERSION=2.7.4

Expand Down

0 comments on commit 3ad4212

Please sign in to comment.