From 02ca55d9a37402b763c3b52df4824c980f6368a4 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Sun, 7 Mar 2021 22:14:47 +0000 Subject: [PATCH] Remove obsolete versioning information --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fdfa3ef..85701f7 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ There are unit tests stored within the `test` directory, along with a `phpunit.x The file at `.github/workflows/ci.yml` shows how to use [php-actions/phpunit][action-link] - take note of the `uses: php-actions/phpunit@v9` line. -Versions of PHPUnit and all options are available to configure. Please see the [php-actions/phpunit documentation][action-link] for more information! - -Please note **the version number of the Github Action must match your composer.json major version number**. For example, if your composer.json requires `phpunit/phpunit 8.5.8`, you must use `php-actions/phpunit@v8`, as major versions of PHPUnit are incompatible with each other. +Versions of PHPUnit and all options are available to configure. Please see the [php-actions/phpunit documentation][action-link] for more information! ***