Skip to content

Commit

Permalink
Merge pull request pitest#96 from pitest/release/1.2.0
Browse files Browse the repository at this point in the history
release 1.2.0
  • Loading branch information
hcoles authored May 19, 2023
2 parents 0c843e2 + c747107 commit 7f563c9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ Adds support to pitest for JUnit 5 platform test engines, e.g. Jupiter, Cucumber

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.pitest/pitest-junit5-plugin/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.pitest/pitest-junit5-plugin)

* 1.2.0 requires pitest 1.14.0 or above and JUnit Platform 1.9.2 (Jupiter 5.9.2)
Release 1.2.0 requires pitest 1.14.0 or above.

When used with the pitest-maven plugin, it will automatically work with JUnit platform 1.5.0 to 1.10.0-M1 (and probably above).

When used with the pitest gradle plugin, it will automatically work with JUnit platform 1.9.2. To work with other versions an explicit dependency
on junit-platform-launcher must be added to the project under test.

Older versions of the plugin must be matched to both the pitest and junit version in use as below.

* 1.1.2 requires pitest 1.9.0 or above and JUnit Platform 1.9.2 (Jupiter 5.9.2)
* 1.1.1 requires pitest 1.9.0 or above and JUnit Platform 1.9.1 (Jupiter 5.9.1)
* 1.1.0 requires pitest 1.9.0 or above and JUnit Platform 1.9.1 (Jupiter 5.9.1)
Expand Down

0 comments on commit 7f563c9

Please sign in to comment.