Skip to content

Commit

Permalink
Adopt readme for php8.2 usage #12
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Sep 17, 2022
1 parent e913a3d commit 2b0f090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b0f090

Please sign in to comment.