Skip to content

Commit

Permalink
[php] Simps update to PHP 8.3 (#8596)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Nov 29, 2023
1 parent 334bc6d commit 2f59b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frameworks/PHP/simps/simps-micro.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli
FROM php:8.3-cli

RUN pecl install swoole > /dev/null && \
docker-php-ext-enable swoole
Expand Down
2 changes: 1 addition & 1 deletion frameworks/PHP/simps/simps.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli
FROM php:8.3-cli

RUN pecl install swoole > /dev/null && \
docker-php-ext-enable swoole
Expand Down

0 comments on commit 2f59b5d

Please sign in to comment.