Skip to content

Commit 657a7de

Browse files
authored
Merge pull request #543 from 417-72KI/supporting-version-matrix-in-readme
Make Swift versions and supported Danger-Swift versions list as table matrix instead of bullet points
2 parents 455f7ed + b12fcd3 commit 657a7de

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ Write your Dangerfiles in Swift.
99

1010
Latest version requires Swift 5.4
1111

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
12+
If you are using an older Swift, use the supported version according to next table.
13+
14+
| Swift version | Danger support version |
15+
| ------------- | ---------------------- |
16+
| 5.3 | v3.13.0 |
17+
| 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 |
1822

1923
### What it looks like today
2024

0 commit comments

Comments
 (0)