Skip to content

Commit

Permalink
Merge pull request #2258 from vibe-d/update_compiler_support
Browse files Browse the repository at this point in the history
Extend support up to DMD 2.084.0/LDC 1.13.0.
merged-on-behalf-of: Sönke Ludwig <[email protected]>
  • Loading branch information
dlang-bot authored Feb 2, 2019
2 parents ee4921e + 6d2d7d4 commit ec46245
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
22 changes: 19 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ec46245

Please sign in to comment.