From 2b0f090a461914eb65bc392bbd73263a2a27dc82 Mon Sep 17 00:00:00 2001 From: Robert Freigang Date: Sat, 17 Sep 2022 13:06:40 +0200 Subject: [PATCH] Adopt readme for php8.2 usage #12 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0971ea..c40e576 100644 --- a/README.md +++ b/README.md @@ -179,13 +179,13 @@ private function spin(\Closure $closure, ?int $tries = 25): ?NodeElement ## How to contribute? -Start docker-compose with php version of your choice. At the moment the following php versions can be used with docker-compose: php7.2, php7.3, php7.4, php8.0 and php8.1. +Start docker-compose with php version of your choice. At the moment the following php versions can be used with docker-compose: php7.2, php7.3, php7.4, php8.0, php8.1 and php8.2. - docker-compose up php8.1 + docker-compose up php8.2 Run phpunit tests - docker-compose run php8.1 vendor/bin/phpunit + docker-compose run php8.2 vendor/bin/phpunit ## Credits