mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Publish Error Prone compatibility matrix on website (#938)
The new `website/generate-version-compatibility-overview.sh` script tests all combinations, and stores the result in a Jekyll data file. Resolves #724.
This commit is contained in:
committed by
GitHub
parent
0aa612073f
commit
aa1cfd9071
82
website/_data/compatibility.yml
Normal file
82
website/_data/compatibility.yml
Normal file
@@ -0,0 +1,82 @@
|
||||
# An overview of Error Prone Support releases, along with compatible Error
|
||||
# Prone releases. This data was generated by `generate-version-compatibility-overview.sh`.
|
||||
releases:
|
||||
- version: 0.14.0
|
||||
compatible:
|
||||
- "2.24.0"
|
||||
- "2.23.0"
|
||||
- "2.22.0"
|
||||
- version: 0.13.0
|
||||
compatible:
|
||||
- "2.22.0"
|
||||
- "2.21.1"
|
||||
- "2.21.0"
|
||||
- "2.20.0"
|
||||
- version: 0.12.0
|
||||
compatible:
|
||||
- "2.22.0"
|
||||
- "2.21.1"
|
||||
- "2.21.0"
|
||||
- "2.20.0"
|
||||
- version: 0.11.1
|
||||
compatible:
|
||||
- "2.19.1"
|
||||
- "2.19.0"
|
||||
- version: 0.11.0
|
||||
compatible:
|
||||
- "2.19.1"
|
||||
- "2.19.0"
|
||||
- version: 0.10.0
|
||||
compatible:
|
||||
- "2.18.0"
|
||||
- version: 0.9.0
|
||||
compatible:
|
||||
- "2.18.0"
|
||||
- version: 0.8.0
|
||||
compatible:
|
||||
- "2.18.0"
|
||||
- version: 0.7.0
|
||||
compatible:
|
||||
- "2.17.0"
|
||||
- version: 0.6.0
|
||||
compatible:
|
||||
- "2.16"
|
||||
- version: 0.5.0
|
||||
compatible:
|
||||
- "2.16"
|
||||
- version: 0.4.0
|
||||
compatible:
|
||||
- "2.16"
|
||||
- "2.15.0"
|
||||
- "2.14.0"
|
||||
- "2.13.1"
|
||||
- "2.13.0"
|
||||
- "2.12.1"
|
||||
- "2.12.0"
|
||||
- version: 0.3.0
|
||||
compatible:
|
||||
- "2.16"
|
||||
- "2.15.0"
|
||||
- "2.14.0"
|
||||
- "2.13.1"
|
||||
- "2.13.0"
|
||||
- "2.12.1"
|
||||
- "2.12.0"
|
||||
- version: 0.2.0
|
||||
compatible:
|
||||
- "2.16"
|
||||
- "2.15.0"
|
||||
- "2.14.0"
|
||||
- "2.13.1"
|
||||
- "2.13.0"
|
||||
- "2.12.1"
|
||||
- "2.12.0"
|
||||
- version: 0.1.0
|
||||
compatible:
|
||||
- "2.16"
|
||||
- "2.15.0"
|
||||
- "2.14.0"
|
||||
- "2.13.1"
|
||||
- "2.13.0"
|
||||
- "2.12.1"
|
||||
- "2.12.0"
|
||||
Reference in New Issue
Block a user