We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 455f7ed + b12fcd3 commit 657a7deCopy full SHA for 657a7de
README.md
@@ -9,12 +9,16 @@ Write your Dangerfiles in Swift.
9
10
Latest version requires Swift 5.4
11
12
-- If you are using Swift 5.3 use v3.13.0
13
-- If you are using Swift 5.2 use v3.11.1
14
-- If you are using Swift 5.1 use v3.8.0
15
-- If you are using Swift 4.2 use v2.0.7
16
-- If you are using Swift 4.1 use v0.4.1
17
-- If you are using Swift 4.0, Use v0.3.6
+If you are using an older Swift, use the supported version according to next table.
+
+| Swift version | Danger support version |
+| ------------- | ---------------------- |
+| 5.3 | v3.13.0 |
+| 5.2 | v3.11.1 |
18
+| 5.1 | v3.8.0 |
19
+| 4.2 | v2.0.7 |
20
+| 4.1 | v0.4.1 |
21
+| 4.0 | v0.3.6 |
22
23
### What it looks like today
24
0 commit comments