Skip to content

Commit f7e5158

Browse files
authored
api-docs: update phpDocumentor from 3.5.3 to 3.7.1 (#2025)
This adds support for PHP 8.3 and 8.4.
1 parent d086815 commit f7e5158

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/api-docs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.3.8-cli-alpine
22

3-
RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar
3+
RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.7.1/phpDocumentor.phar
44
RUN chmod +x phpDocumentor.phar
55
RUN mv phpDocumentor.phar /usr/local/bin/phpdoc
66

api-docs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.3.8-cli-alpine AS builder
22

3-
RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar
3+
RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.7.1/phpDocumentor.phar
44
RUN chmod +x phpDocumentor.phar
55
RUN mv phpDocumentor.phar /usr/local/bin/phpdoc
66

0 commit comments

Comments
 (0)