Skip to content

Commit

Permalink
use php 8.4 beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Aug 31, 2024
1 parent 8c9a279 commit 44e1b01
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Reflection/ReflectionProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,14 @@ public function getHooks(): array {}
* @since 8.4
*/
public function getHook(PropertyHookType $type): ?ReflectionMethod {}

/**
* @since 8.4
*/
public function isPrivateSet(): bool {}

/**
* @since 8.4
*/
public function isProtectedSet(): bool {}
}
2 changes: 1 addition & 1 deletion tests/DockerImages/8.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.4.0beta3-alpine
FROM php:8.4.0beta4-alpine

RUN set -eux; \
apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache --virtual .build-deps \
Expand Down
2 changes: 1 addition & 1 deletion tests/DockerImages/testRunner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.4.0beta3-alpine
FROM php:8.4.0beta4-alpine

RUN echo 'memory_limit = 2048M' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini
COPY --from=composer /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit 44e1b01

Please sign in to comment.