diff --git a/Makefile b/Makefile index d240650..e151af3 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ define PHP_VERSIONS "8.1 3.1.1"\ "8.2 3.2.0"\ "8.3 3.3.2"\ -"8.4 3.4.0beta1" +"8.4 3.4.0beta1"\ +"8.5 3.5.0alpha2" endef define DOCKER_RUN diff --git a/composer.json b/composer.json index e93a746..7aafac7 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "sort-packages": true }, "require": { - "php": "7.2 - 8.4" + "php": "7.2 - 8.5" }, "require-dev": { "ext-json": "*",