diff --git a/.travis.yml b/.travis.yml index f195f561e1..ffac65d024 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,19 +24,23 @@ d: # this way the overall test time gets cut down (GDC/LDC are a lot # slower tham DMD, so they should be started early), while still # catching most DMD version related build failures early - - dmd-2.082.0 - - dmd-2.081.2 + - dmd-2.084.0 + - dmd-2.076.1 + - ldc-1.13.0 + - ldc-1.12.0 - ldc-1.11.0 - ldc-1.10.0 - ldc-1.9.0 - ldc-1.8.0 - ldc-1.7.0 - ldc-1.6.0 + - dmd-2.083.1 + - dmd-2.081.2 + - dmd-2.082.1 - dmd-2.080.1 - dmd-2.079.1 - dmd-2.078.3 - dmd-2.077.1 - - dmd-2.076.1 - dmd-beta env: diff --git a/README.md b/README.md index 7f3cb05ce6..394a79829b 100644 --- a/README.md +++ b/README.md @@ -48,16 +48,20 @@ Alternatively, you can quickstart with examples directly on [![Open on run.dlang Support ------- -Vibe.d aims to support at least the 3 latest minor releases of D. +Vibe.d aims to support at least the 5 latest minor releases of D. At the moment, the following compilers are supported and tested: -- DMD 2.082.0 +- DMD 2.084.0 +- DMD 2.083.1 +- DMD 2.082.1 - DMD 2.081.2 - DMD 2.080.1 - DMD 2.079.1 - DMD 2.078.3 - DMD 2.077.1 - DMD 2.076.1 +- LDC 1.13.0 (FE: 2.083.1) +- LDC 1.12.0 (FE: 2.082.1) - LDC 1.11.0 (FE: 2.081.2) - LDC 1.10.0 (FE: 2.080.1) - LDC 1.9.0 (FE: 2.079.1) diff --git a/appveyor.yml b/appveyor.yml index c88adba759..4ea46fcbb6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,15 +2,23 @@ platform: x64 environment: matrix: - DC: dmd - DVersion: 2.082.0 + DVersion: 2.084.0 arch: x64 config: vibe-core - DC: dmd - DVersion: 2.082.0 + DVersion: 2.084.0 arch: x86_mscoff config: vibe-core - DC: dmd - DVersion: 2.082.0 + DVersion: 2.084.0 + arch: x86 + config: win32 + - DC: dmd + DVersion: 2.083.1 + arch: x86 + config: win32 + - DC: dmd + DVersion: 2.082.1 arch: x86 config: win32 - DC: dmd @@ -37,6 +45,14 @@ environment: DVersion: 2.076.1 arch: x86_mscoff config: win32 + - DC: ldc + DVersion: 1.13.0 + arch: x86 + config: vibe-core + - DC: ldc + DVersion: 1.12.0 + arch: x86 + config: vibe-core - DC: ldc DVersion: 1.11.0 arch: x86