Changes between Version 2 and Version 3 of Ticket #54183, comment 13
- Timestamp:
- 09/26/2021 01:37:58 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54183, comment 13
v2 v3 12 12 The old config will work fine for the time being and works cross-version, while the PHPUnit 9.3+ config would only work for PHPUnit 9.3+. 13 13 14 By the time PHPUnit 10 comes out, we can start to use the "on the fly" migrate option in CI if needs be `phpunit --migrate-configuration`. 14 By the time PHPUnit 10 comes out (and the old config is no longer supported in PHPUnit 10), we can start to use the "on the fly" migrate option in CI if needs be: 15 16 {{{ 17 phpunit --migrate-configuration 18 }}} 19 15 20 16 21