Skip to content

Commit

Permalink
(yiisoft#7) Updated PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lver committed Oct 31, 2022
1 parent 4a4e5c6 commit c1c026a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/docker/php/74/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 php:7.4.30-fpm-alpine
FROM --platform=linux/amd64 php:7.4.32-fpm-alpine

RUN apk add unzip zlib-dev libzip-dev

Expand Down
4 changes: 2 additions & 2 deletions tests/docker/php/80/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 php:8.0.22-fpm-alpine
FROM --platform=linux/amd64 php:8.0.25-fpm-alpine

RUN apk add unzip zlib-dev libzip-dev

Expand All @@ -11,4 +11,4 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
WORKDIR /var/www

ENTRYPOINT ["sh", "tests/docker/php/entrypoint.sh"]
CMD ["sleep", "infinity"]
CMD ["sleep", "infinity"]
4 changes: 2 additions & 2 deletions tests/docker/php/81/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 php:8.1.9-fpm-alpine
FROM --platform=linux/amd64 php:8.1.12-fpm-alpine

RUN apk add unzip zlib-dev libzip-dev

Expand All @@ -11,4 +11,4 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
WORKDIR /var/www

ENTRYPOINT ["sh", "tests/docker/php/entrypoint.sh"]
CMD ["sleep", "infinity"]
CMD ["sleep", "infinity"]

0 comments on commit c1c026a

Please sign in to comment.